Shades of Neon Blue #3F32E9
Tints of Neon Blue #3F32E9
RGB
CMYK
RGB Variations
Color information
#3F32E9 (or 0x3F32E9) is known color: Neon Blue. HEX triplet: 3F, 32 and E9. RGB value is (63,50,233). Sum of RGB (Red+Green+Blue) = 63+50+233=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 233 (91.41% from 255 or 67.34% from 346); Max value from RGB is 233 - color contains mainly: blue. Hex color #3F32E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F32E9 is #C0CD16. Grayscale: #4A4A4A. Windows color (decimal): -12635415 or 15282751. OLE color: 15282751.
HSL color Cylindrical-coordinate representation of color #3F32E9: hue angle of 244.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F32E9 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 50 | 233 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.09 |
| HSL | 244.26º | 0.81% | 0.55% | - |
| HSV(B) | 244.26º | 0.79% | 0.91% | - |
| XYZ | 17.9 | 9.22 | 77.93 | - |
| YUV | 74.75 | 217.31 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 233 | 0.73 | 0.79 | 0 | 0.09 | 244.26 | 0.81 | 0.55 |
| Hex | 3F | 32 | E9 | 49 | 4F | 0 | 9 | F4 | 51 | 37 |
| Octal | 77 | 62 | 351 | 111 | 117 | 0 | 11 | 364 | 121 | 67 |
| Binary | 111111 | 110010 | 11101001 | 1001001 | 1001111 | 0 | 1001 | 11110100 | 1010001 | 110111 |
Color Harmonies of #3F32E9
Complementary color
Monochromatic Colors of #3F32E9
Black with #3F32E9
Text Example
Text Example
White with #3F32E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F32E9; }
p { color: rgb(63,50,233); }
H1.HeaderClassName
{
color: #3F32E9;
}
.AnyTagClassName
{
color: #3F32E9;
}
</style>
background-color css
<style>
a { background-color: #3F32E9; }
a { background-color: rgb(63,50,233); }
div.DivClassName
{
background-color: #3F32E9;
}
.BgClassName
{
background-color: #3F32E9;
}
</style>
border-color css
<style>
span { border-color: #3F32E9; }
span { border-color: rgb(63,50,233); }
td.TdClassName
{
border-color: #3F32E9;
}
.TagClassName
{
border-color: #3F32E9;
}
</style>