Shades of Neon Blue #4142FE
Tints of Neon Blue #4142FE
RGB
CMYK
RGB Variations
Color information
#4142FE (or 0x4142FE) is known color: Neon Blue. HEX triplet: 41, 42 and FE. RGB value is (65,66,254). Sum of RGB (Red+Green+Blue) = 65+66+254=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #4142FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4142FE is #BEBD01. Grayscale: #565656. Windows color (decimal): -12500226 or 16663105. OLE color: 16663105.
HSL color Cylindrical-coordinate representation of color #4142FE: hue angle of 239.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4142FE is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 66 | 254 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.00 |
| HSL | 239.68º | 0.99% | 0.63% | - |
| HSV(B) | 239.68º | 0.74% | 1% | - |
| XYZ | 22.02 | 12.18 | 94.96 | - |
| YUV | 87.13 | 222.17 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 254 | 0.74 | 0.74 | 0 | 0.00 | 239.68 | 0.99 | 0.63 |
| Hex | 41 | 42 | FE | 4A | 4A | 0 | 0 | F0 | 63 | 3F |
| Octal | 101 | 102 | 376 | 112 | 112 | 0 | 0 | 360 | 143 | 77 |
| Binary | 1000001 | 1000010 | 11111110 | 1001010 | 1001010 | 0 | 0 | 11110000 | 1100011 | 111111 |
Color Harmonies of #4142FE
Complementary color
Monochromatic Colors of #4142FE
Black with #4142FE
Text Example
Text Example
White with #4142FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4142FE; }
p { color: rgb(65,66,254); }
H1.HeaderClassName
{
color: #4142FE;
}
.AnyTagClassName
{
color: #4142FE;
}
</style>
background-color css
<style>
a { background-color: #4142FE; }
a { background-color: rgb(65,66,254); }
div.DivClassName
{
background-color: #4142FE;
}
.BgClassName
{
background-color: #4142FE;
}
</style>
border-color css
<style>
span { border-color: #4142FE; }
span { border-color: rgb(65,66,254); }
td.TdClassName
{
border-color: #4142FE;
}
.TagClassName
{
border-color: #4142FE;
}
</style>