Shades of Neon Blue #3F36F9
Tints of Neon Blue #3F36F9
RGB
CMYK
RGB Variations
Color information
#3F36F9 (or 0x3F36F9) is known color: Neon Blue. HEX triplet: 3F, 36 and F9. RGB value is (63,54,249). Sum of RGB (Red+Green+Blue) = 63+54+249=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #3F36F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F36F9 is #C0C906. Grayscale: #4E4E4E. Windows color (decimal): -12634375 or 16332351. OLE color: 16332351.
HSL color Cylindrical-coordinate representation of color #3F36F9: hue angle of 242.77º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F36F9 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 54 | 249 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.02 |
| HSL | 242.77º | 0.94% | 0.59% | - |
| HSV(B) | 242.77º | 0.78% | 0.98% | - |
| XYZ | 20.47 | 10.53 | 90.58 | - |
| YUV | 78.92 | 223.98 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 249 | 0.75 | 0.78 | 0 | 0.02 | 242.77 | 0.94 | 0.59 |
| Hex | 3F | 36 | F9 | 4B | 4E | 0 | 2 | F3 | 5E | 3B |
| Octal | 77 | 66 | 371 | 113 | 116 | 0 | 2 | 363 | 136 | 73 |
| Binary | 111111 | 110110 | 11111001 | 1001011 | 1001110 | 0 | 10 | 11110011 | 1011110 | 111011 |
Color Harmonies of #3F36F9
Complementary color
Monochromatic Colors of #3F36F9
Black with #3F36F9
Text Example
Text Example
White with #3F36F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F36F9; }
p { color: rgb(63,54,249); }
H1.HeaderClassName
{
color: #3F36F9;
}
.AnyTagClassName
{
color: #3F36F9;
}
</style>
background-color css
<style>
a { background-color: #3F36F9; }
a { background-color: rgb(63,54,249); }
div.DivClassName
{
background-color: #3F36F9;
}
.BgClassName
{
background-color: #3F36F9;
}
</style>
border-color css
<style>
span { border-color: #3F36F9; }
span { border-color: rgb(63,54,249); }
td.TdClassName
{
border-color: #3F36F9;
}
.TagClassName
{
border-color: #3F36F9;
}
</style>