Shades of Neon Blue #3E42FE
Tints of Neon Blue #3E42FE
RGB
CMYK
RGB Variations
Color information
#3E42FE (or 0x3E42FE) is known color: Neon Blue. HEX triplet: 3E, 42 and FE. RGB value is (62,66,254). Sum of RGB (Red+Green+Blue) = 62+66+254=382 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.23% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E42FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E42FE is #C1BD01. Grayscale: #555555. Windows color (decimal): -12696834 or 16663102. OLE color: 16663102.
HSL color Cylindrical-coordinate representation of color #3E42FE: hue angle of 238.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E42FE is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 66 | 254 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.00 |
| HSL | 238.75º | 0.99% | 0.62% | - |
| HSV(B) | 238.75º | 0.76% | 1% | - |
| XYZ | 21.82 | 12.08 | 94.95 | - |
| YUV | 86.24 | 222.67 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 254 | 0.76 | 0.74 | 0 | 0.00 | 238.75 | 0.99 | 0.62 |
| Hex | 3E | 42 | FE | 4C | 4A | 0 | 0 | EF | 63 | 3E |
| Octal | 76 | 102 | 376 | 114 | 112 | 0 | 0 | 357 | 143 | 76 |
| Binary | 111110 | 1000010 | 11111110 | 1001100 | 1001010 | 0 | 0 | 11101111 | 1100011 | 111110 |
Color Harmonies of #3E42FE
Complementary color
Monochromatic Colors of #3E42FE
Black with #3E42FE
Text Example
Text Example
White with #3E42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E42FE; }
p { color: rgb(62,66,254); }
H1.HeaderClassName
{
color: #3E42FE;
}
.AnyTagClassName
{
color: #3E42FE;
}
</style>
background-color css
<style>
a { background-color: #3E42FE; }
a { background-color: rgb(62,66,254); }
div.DivClassName
{
background-color: #3E42FE;
}
.BgClassName
{
background-color: #3E42FE;
}
</style>
border-color css
<style>
span { border-color: #3E42FE; }
span { border-color: rgb(62,66,254); }
td.TdClassName
{
border-color: #3E42FE;
}
.TagClassName
{
border-color: #3E42FE;
}
</style>