Shades of Neon Blue #4142FB
Tints of Neon Blue #4142FB
RGB
CMYK
RGB Variations
Color information
#4142FB (or 0x4142FB) is known color: Neon Blue. HEX triplet: 41, 42 and FB. RGB value is (65,66,251). Sum of RGB (Red+Green+Blue) = 65+66+251=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #4142FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4142FB is #BEBD04. Grayscale: #565656. Windows color (decimal): -12500229 or 16466497. OLE color: 16466497.
HSL color Cylindrical-coordinate representation of color #4142FB: hue angle of 239.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4142FB is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 66 | 251 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.02 |
| HSL | 239.68º | 0.96% | 0.62% | - |
| HSV(B) | 239.68º | 0.74% | 0.98% | - |
| XYZ | 21.54 | 11.99 | 92.44 | - |
| YUV | 86.79 | 220.67 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 251 | 0.74 | 0.74 | 0 | 0.02 | 239.68 | 0.96 | 0.62 |
| Hex | 41 | 42 | FB | 4A | 4A | 0 | 2 | F0 | 60 | 3E |
| Octal | 101 | 102 | 373 | 112 | 112 | 0 | 2 | 360 | 140 | 76 |
| Binary | 1000001 | 1000010 | 11111011 | 1001010 | 1001010 | 0 | 10 | 11110000 | 1100000 | 111110 |
Color Harmonies of #4142FB
Complementary color
Monochromatic Colors of #4142FB
Black with #4142FB
Text Example
Text Example
White with #4142FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4142FB; }
p { color: rgb(65,66,251); }
H1.HeaderClassName
{
color: #4142FB;
}
.AnyTagClassName
{
color: #4142FB;
}
</style>
background-color css
<style>
a { background-color: #4142FB; }
a { background-color: rgb(65,66,251); }
div.DivClassName
{
background-color: #4142FB;
}
.BgClassName
{
background-color: #4142FB;
}
</style>
border-color css
<style>
span { border-color: #4142FB; }
span { border-color: rgb(65,66,251); }
td.TdClassName
{
border-color: #4142FB;
}
.TagClassName
{
border-color: #4142FB;
}
</style>