Shades of Neon Blue #3936FF
Tints of Neon Blue #3936FF
RGB
CMYK
RGB Variations
Color information
#3936FF (or 0x3936FF) is known color: Neon Blue. HEX triplet: 39, 36 and FF. RGB value is (57,54,255). Sum of RGB (Red+Green+Blue) = 57+54+255=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #3936FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3936FF is #C6C900. Grayscale: #4D4D4D. Windows color (decimal): -13027585 or 16725561. OLE color: 16725561.
HSL color Cylindrical-coordinate representation of color #3936FF: hue angle of 240.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3936FF is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 54 | 255 | - |
| CMYK | 0.78 | 0.79 | 0 | 0 |
| HSL | 240.9º | 1% | 0.61% | - |
| HSV(B) | 240.9º | 0.79% | 1% | - |
| XYZ | 21.06 | 10.73 | 95.57 | - |
| YUV | 77.81 | 227.99 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 255 | 0.78 | 0.79 | 0 | 0 | 240.9 | 1 | 0.61 |
| Hex | 39 | 36 | FF | 4E | 4F | 0 | 0 | F1 | 64 | 3D |
| Octal | 71 | 66 | 377 | 116 | 117 | 0 | 0 | 361 | 144 | 75 |
| Binary | 111001 | 110110 | 11111111 | 1001110 | 1001111 | 0 | 0 | 11110001 | 1100100 | 111101 |
Color Harmonies of #3936FF
Complementary color
Monochromatic Colors of #3936FF
Black with #3936FF
Text Example
Text Example
White with #3936FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3936FF; }
p { color: rgb(57,54,255); }
H1.HeaderClassName
{
color: #3936FF;
}
.AnyTagClassName
{
color: #3936FF;
}
</style>
background-color css
<style>
a { background-color: #3936FF; }
a { background-color: rgb(57,54,255); }
div.DivClassName
{
background-color: #3936FF;
}
.BgClassName
{
background-color: #3936FF;
}
</style>
border-color css
<style>
span { border-color: #3936FF; }
span { border-color: rgb(57,54,255); }
td.TdClassName
{
border-color: #3936FF;
}
.TagClassName
{
border-color: #3936FF;
}
</style>