Shades of Neon Blue #4142F8
Tints of Neon Blue #4142F8
RGB
CMYK
RGB Variations
Color information
#4142F8 (or 0x4142F8) is known color: Neon Blue. HEX triplet: 41, 42 and F8. RGB value is (65,66,248). Sum of RGB (Red+Green+Blue) = 65+66+248=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #4142F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4142F8 is #BEBD07. Grayscale: #555555. Windows color (decimal): -12500232 or 16269889. OLE color: 16269889.
HSL color Cylindrical-coordinate representation of color #4142F8: hue angle of 239.67º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4142F8 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 66 | 248 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.03 |
| HSL | 239.67º | 0.93% | 0.61% | - |
| HSV(B) | 239.67º | 0.74% | 0.97% | - |
| XYZ | 21.07 | 11.8 | 89.97 | - |
| YUV | 86.45 | 219.17 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 248 | 0.74 | 0.73 | 0 | 0.03 | 239.67 | 0.93 | 0.61 |
| Hex | 41 | 42 | F8 | 4A | 49 | 0 | 3 | F0 | 5D | 3D |
| Octal | 101 | 102 | 370 | 112 | 111 | 0 | 3 | 360 | 135 | 75 |
| Binary | 1000001 | 1000010 | 11111000 | 1001010 | 1001001 | 0 | 11 | 11110000 | 1011101 | 111101 |
Color Harmonies of #4142F8
Complementary color
Monochromatic Colors of #4142F8
Black with #4142F8
Text Example
Text Example
White with #4142F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4142F8; }
p { color: rgb(65,66,248); }
H1.HeaderClassName
{
color: #4142F8;
}
.AnyTagClassName
{
color: #4142F8;
}
</style>
background-color css
<style>
a { background-color: #4142F8; }
a { background-color: rgb(65,66,248); }
div.DivClassName
{
background-color: #4142F8;
}
.BgClassName
{
background-color: #4142F8;
}
</style>
border-color css
<style>
span { border-color: #4142F8; }
span { border-color: rgb(65,66,248); }
td.TdClassName
{
border-color: #4142F8;
}
.TagClassName
{
border-color: #4142F8;
}
</style>