#3B38F9

Color #3B38F9 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3B38F9

Tints of Neon Blue #3B38F9

Color information

#3B38F9 (or 0x3B38F9) is unknown color: approx Neon Blue. HEX triplet: 3B, 38 and F9. RGB value is (59,56,249). Sum of RGB (Red+Green+Blue) = 59+56+249=364 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.21% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 249 (97.66% from 255 or 68.41% from 364); Max value from RGB is 249 - color contains mainly: blue. Hex color #3B38F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B38F9 is #C4C706. Grayscale: #4E4E4E. Windows color (decimal): -12896007 or 16332859. OLE color: 16332859.

HSL color Cylindrical-coordinate representation of color #3B38F9: hue angle of 240.93º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B38F9 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5956249-
CMYK0.760.7800.02
HSL240.93º94.15%59.8%-
HSV(B)240.93º77.51%97.65%-
XYZ20.3210.690.6-
YUV78.9223.99113.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 16.21%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 249 (97.66% from 255) = 68.41%
R=16.21%
G=15.38%
B=68.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal59562490.760.7800.02240.9394.1559.8
Hex3B38F94C4E02f15e3c
Octal73703711141160236113674
Binary1110111110001111100110011001001110010111100011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B38F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B38F9; }

 p { color: rgb(59,56,249); }

 H1.HeaderClassName
 {
   color: #3B38F9;
 }
 .AnyTagClassName
 {
   color: #3B38F9;
 }
</style>
background-color css

<style>
 a { background-color: #3B38F9; }

 a { background-color: rgb(59,56,249); }

 div.DivClassName
 {
   background-color: #3B38F9;
 }
 .BgClassName
 {
   background-color: #3B38F9;
 }
</style>
border-color css

<style>
 span { border-color: #3B38F9; }

 span { border-color: rgb(59,56,249); }

 td.TdClassName
 {
   border-color: #3B38F9;
 }
 .TagClassName
 {
   border-color: #3B38F9;
 }
</style>