Shades of Neon Blue #3F36E4
Tints of Neon Blue #3F36E4
RGB
CMYK
RGB Variations
Color information
#3F36E4 (or 0x3F36E4) is known color: Neon Blue. HEX triplet: 3F, 36 and E4. RGB value is (63,54,228). Sum of RGB (Red+Green+Blue) = 63+54+228=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #3F36E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F36E4 is #C0C91B. Grayscale: #4B4B4B. Windows color (decimal): -12634396 or 14956095. OLE color: 14956095.
HSL color Cylindrical-coordinate representation of color #3F36E4: hue angle of 243.1º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F36E4 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 54 | 228 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.11 |
| HSL | 243.1º | 0.76% | 0.55% | - |
| HSV(B) | 243.1º | 0.76% | 0.89% | - |
| XYZ | 17.37 | 9.3 | 74.28 | - |
| YUV | 76.53 | 213.48 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 228 | 0.72 | 0.76 | 0 | 0.11 | 243.1 | 0.76 | 0.55 |
| Hex | 3F | 36 | E4 | 48 | 4C | 0 | B | F3 | 4C | 37 |
| Octal | 77 | 66 | 344 | 110 | 114 | 0 | 13 | 363 | 114 | 67 |
| Binary | 111111 | 110110 | 11100100 | 1001000 | 1001100 | 0 | 1011 | 11110011 | 1001100 | 110111 |
Color Harmonies of #3F36E4
Complementary color
Monochromatic Colors of #3F36E4
Black with #3F36E4
Text Example
Text Example
White with #3F36E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F36E4; }
p { color: rgb(63,54,228); }
H1.HeaderClassName
{
color: #3F36E4;
}
.AnyTagClassName
{
color: #3F36E4;
}
</style>
background-color css
<style>
a { background-color: #3F36E4; }
a { background-color: rgb(63,54,228); }
div.DivClassName
{
background-color: #3F36E4;
}
.BgClassName
{
background-color: #3F36E4;
}
</style>
border-color css
<style>
span { border-color: #3F36E4; }
span { border-color: rgb(63,54,228); }
td.TdClassName
{
border-color: #3F36E4;
}
.TagClassName
{
border-color: #3F36E4;
}
</style>