Shades of Neon Blue #4058FE
Tints of Neon Blue #4058FE
RGB
CMYK
RGB Variations
Color information
#4058FE (or 0x4058FE) is known color: Neon Blue. HEX triplet: 40, 58 and FE. RGB value is (64,88,254). Sum of RGB (Red+Green+Blue) = 64+88+254=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #4058FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4058FE is #BFA701. Grayscale: #636363. Windows color (decimal): -12560130 or 16668736. OLE color: 16668736.
HSL color Cylindrical-coordinate representation of color #4058FE: hue angle of 232.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4058FE is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 88 | 254 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.00 |
| HSL | 232.42º | 0.99% | 0.62% | - |
| HSV(B) | 232.42º | 0.75% | 1% | - |
| XYZ | 23.49 | 15.23 | 95.47 | - |
| YUV | 99.75 | 215.05 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 254 | 0.75 | 0.65 | 0 | 0.00 | 232.42 | 0.99 | 0.62 |
| Hex | 40 | 58 | FE | 4B | 41 | 0 | 0 | E8 | 63 | 3E |
| Octal | 100 | 130 | 376 | 113 | 101 | 0 | 0 | 350 | 143 | 76 |
| Binary | 1000000 | 1011000 | 11111110 | 1001011 | 1000001 | 0 | 0 | 11101000 | 1100011 | 111110 |
Color Harmonies of #4058FE
Complementary color
Monochromatic Colors of #4058FE
Black with #4058FE
Text Example
Text Example
White with #4058FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4058FE; }
p { color: rgb(64,88,254); }
H1.HeaderClassName
{
color: #4058FE;
}
.AnyTagClassName
{
color: #4058FE;
}
</style>
background-color css
<style>
a { background-color: #4058FE; }
a { background-color: rgb(64,88,254); }
div.DivClassName
{
background-color: #4058FE;
}
.BgClassName
{
background-color: #4058FE;
}
</style>
border-color css
<style>
span { border-color: #4058FE; }
span { border-color: rgb(64,88,254); }
td.TdClassName
{
border-color: #4058FE;
}
.TagClassName
{
border-color: #4058FE;
}
</style>