Shades of Neon Blue #3F33E6
Tints of Neon Blue #3F33E6
RGB
CMYK
RGB Variations
Color information
#3F33E6 (or 0x3F33E6) is known color: Neon Blue. HEX triplet: 3F, 33 and E6. RGB value is (63,51,230). Sum of RGB (Red+Green+Blue) = 63+51+230=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #3F33E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F33E6 is #C0CC19. Grayscale: #4A4A4A. Windows color (decimal): -12635162 or 15086399. OLE color: 15086399.
HSL color Cylindrical-coordinate representation of color #3F33E6: hue angle of 244.02º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F33E6 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 51 | 230 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.10 |
| HSL | 244.02º | 0.78% | 0.55% | - |
| HSV(B) | 244.02º | 0.78% | 0.9% | - |
| XYZ | 17.52 | 9.14 | 75.7 | - |
| YUV | 74.99 | 215.48 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 230 | 0.73 | 0.78 | 0 | 0.10 | 244.02 | 0.78 | 0.55 |
| Hex | 3F | 33 | E6 | 49 | 4E | 0 | A | F4 | 4E | 37 |
| Octal | 77 | 63 | 346 | 111 | 116 | 0 | 12 | 364 | 116 | 67 |
| Binary | 111111 | 110011 | 11100110 | 1001001 | 1001110 | 0 | 1010 | 11110100 | 1001110 | 110111 |
Color Harmonies of #3F33E6
Complementary color
Monochromatic Colors of #3F33E6
Black with #3F33E6
Text Example
Text Example
White with #3F33E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F33E6; }
p { color: rgb(63,51,230); }
H1.HeaderClassName
{
color: #3F33E6;
}
.AnyTagClassName
{
color: #3F33E6;
}
</style>
background-color css
<style>
a { background-color: #3F33E6; }
a { background-color: rgb(63,51,230); }
div.DivClassName
{
background-color: #3F33E6;
}
.BgClassName
{
background-color: #3F33E6;
}
</style>
border-color css
<style>
span { border-color: #3F33E6; }
span { border-color: rgb(63,51,230); }
td.TdClassName
{
border-color: #3F33E6;
}
.TagClassName
{
border-color: #3F33E6;
}
</style>