Shades of Neon Blue #4143E0
Tints of Neon Blue #4143E0
RGB
CMYK
RGB Variations
Color information
#4143E0 (or 0x4143E0) is known color: Neon Blue. HEX triplet: 41, 43 and E0. RGB value is (65,67,224). Sum of RGB (Red+Green+Blue) = 65+67+224=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #4143E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4143E0 is #BEBC1F. Grayscale: #535353. Windows color (decimal): -12500000 or 14697281. OLE color: 14697281.
HSL color Cylindrical-coordinate representation of color #4143E0: hue angle of 239.25º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4143E0 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 67 | 224 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.12 |
| HSL | 239.25º | 0.72% | 0.57% | - |
| HSV(B) | 239.25º | 0.71% | 0.88% | - |
| XYZ | 17.64 | 10.52 | 71.62 | - |
| YUV | 84.3 | 206.84 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 224 | 0.71 | 0.70 | 0 | 0.12 | 239.25 | 0.72 | 0.57 |
| Hex | 41 | 43 | E0 | 47 | 46 | 0 | C | EF | 48 | 39 |
| Octal | 101 | 103 | 340 | 107 | 106 | 0 | 14 | 357 | 110 | 71 |
| Binary | 1000001 | 1000011 | 11100000 | 1000111 | 1000110 | 0 | 1100 | 11101111 | 1001000 | 111001 |
Color Harmonies of #4143E0
Complementary color
Monochromatic Colors of #4143E0
Black with #4143E0
Text Example
Text Example
White with #4143E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4143E0; }
p { color: rgb(65,67,224); }
H1.HeaderClassName
{
color: #4143E0;
}
.AnyTagClassName
{
color: #4143E0;
}
</style>
background-color css
<style>
a { background-color: #4143E0; }
a { background-color: rgb(65,67,224); }
div.DivClassName
{
background-color: #4143E0;
}
.BgClassName
{
background-color: #4143E0;
}
</style>
border-color css
<style>
span { border-color: #4143E0; }
span { border-color: rgb(65,67,224); }
td.TdClassName
{
border-color: #4143E0;
}
.TagClassName
{
border-color: #4143E0;
}
</style>