Shades of Neon Blue #4258FE
Tints of Neon Blue #4258FE
RGB
CMYK
RGB Variations
Color information
#4258FE (or 0x4258FE) is known color: Neon Blue. HEX triplet: 42, 58 and FE. RGB value is (66,88,254). Sum of RGB (Red+Green+Blue) = 66+88+254=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #4258FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4258FE is #BDA701. Grayscale: #636363. Windows color (decimal): -12429058 or 16668738. OLE color: 16668738.
HSL color Cylindrical-coordinate representation of color #4258FE: hue angle of 232.98º 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 #4258FE is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 88 | 254 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.00 |
| HSL | 232.98º | 0.99% | 0.63% | - |
| HSV(B) | 232.98º | 0.74% | 1% | - |
| XYZ | 23.63 | 15.29 | 95.47 | - |
| YUV | 100.35 | 214.71 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 254 | 0.74 | 0.65 | 0 | 0.00 | 232.98 | 0.99 | 0.63 |
| Hex | 42 | 58 | FE | 4A | 41 | 0 | 0 | E9 | 63 | 3F |
| Octal | 102 | 130 | 376 | 112 | 101 | 0 | 0 | 351 | 143 | 77 |
| Binary | 1000010 | 1011000 | 11111110 | 1001010 | 1000001 | 0 | 0 | 11101001 | 1100011 | 111111 |
Color Harmonies of #4258FE
Complementary color
Monochromatic Colors of #4258FE
Black with #4258FE
Text Example
Text Example
White with #4258FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4258FE; }
p { color: rgb(66,88,254); }
H1.HeaderClassName
{
color: #4258FE;
}
.AnyTagClassName
{
color: #4258FE;
}
</style>
background-color css
<style>
a { background-color: #4258FE; }
a { background-color: rgb(66,88,254); }
div.DivClassName
{
background-color: #4258FE;
}
.BgClassName
{
background-color: #4258FE;
}
</style>
border-color css
<style>
span { border-color: #4258FE; }
span { border-color: rgb(66,88,254); }
td.TdClassName
{
border-color: #4258FE;
}
.TagClassName
{
border-color: #4258FE;
}
</style>