Shades of Neon Blue #3E42FF
Tints of Neon Blue #3E42FF
RGB
CMYK
RGB Variations
Color information
#3E42FF (or 0x3E42FF) is known color: Neon Blue. HEX triplet: 3E, 42 and FF. RGB value is (62,66,255). Sum of RGB (Red+Green+Blue) = 62+66+255=383 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.19% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E42FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E42FF is #C1BD00. Grayscale: #555555. Windows color (decimal): -12696833 or 16728638. OLE color: 16728638.
HSL color Cylindrical-coordinate representation of color #3E42FF: hue angle of 238.76º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E42FF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 66 | 255 | - |
| CMYK | 0.76 | 0.74 | 0 | 0 |
| HSL | 238.76º | 1% | 0.62% | - |
| HSV(B) | 238.76º | 0.76% | 1% | - |
| XYZ | 21.98 | 12.14 | 95.79 | - |
| YUV | 86.35 | 223.17 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 255 | 0.76 | 0.74 | 0 | 0 | 238.76 | 1 | 0.62 |
| Hex | 3E | 42 | FF | 4C | 4A | 0 | 0 | EF | 64 | 3E |
| Octal | 76 | 102 | 377 | 114 | 112 | 0 | 0 | 357 | 144 | 76 |
| Binary | 111110 | 1000010 | 11111111 | 1001100 | 1001010 | 0 | 0 | 11101111 | 1100100 | 111110 |
Color Harmonies of #3E42FF
Complementary color
Monochromatic Colors of #3E42FF
Black with #3E42FF
Text Example
Text Example
White with #3E42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E42FF; }
p { color: rgb(62,66,255); }
H1.HeaderClassName
{
color: #3E42FF;
}
.AnyTagClassName
{
color: #3E42FF;
}
</style>
background-color css
<style>
a { background-color: #3E42FF; }
a { background-color: rgb(62,66,255); }
div.DivClassName
{
background-color: #3E42FF;
}
.BgClassName
{
background-color: #3E42FF;
}
</style>
border-color css
<style>
span { border-color: #3E42FF; }
span { border-color: rgb(62,66,255); }
td.TdClassName
{
border-color: #3E42FF;
}
.TagClassName
{
border-color: #3E42FF;
}
</style>