Shades of Neon Blue #4558FD
Tints of Neon Blue #4558FD
RGB
CMYK
RGB Variations
Color information
#4558FD (or 0x4558FD) is known color: Neon Blue. HEX triplet: 45, 58 and FD. RGB value is (69,88,253). Sum of RGB (Red+Green+Blue) = 69+88+253=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #4558FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4558FD is #BAA702. Grayscale: #646464. Windows color (decimal): -12232451 or 16603205. OLE color: 16603205.
HSL color Cylindrical-coordinate representation of color #4558FD: hue angle of 233.8º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4558FD is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 88 | 253 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.01 |
| HSL | 233.8º | 0.98% | 0.63% | - |
| HSV(B) | 233.8º | 0.73% | 0.99% | - |
| XYZ | 23.67 | 15.34 | 94.64 | - |
| YUV | 101.13 | 213.71 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 253 | 0.73 | 0.65 | 0 | 0.01 | 233.8 | 0.98 | 0.63 |
| Hex | 45 | 58 | FD | 49 | 41 | 0 | 1 | EA | 62 | 3F |
| Octal | 105 | 130 | 375 | 111 | 101 | 0 | 1 | 352 | 142 | 77 |
| Binary | 1000101 | 1011000 | 11111101 | 1001001 | 1000001 | 0 | 1 | 11101010 | 1100010 | 111111 |
Color Harmonies of #4558FD
Complementary color
Monochromatic Colors of #4558FD
Black with #4558FD
Text Example
Text Example
White with #4558FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4558FD; }
p { color: rgb(69,88,253); }
H1.HeaderClassName
{
color: #4558FD;
}
.AnyTagClassName
{
color: #4558FD;
}
</style>
background-color css
<style>
a { background-color: #4558FD; }
a { background-color: rgb(69,88,253); }
div.DivClassName
{
background-color: #4558FD;
}
.BgClassName
{
background-color: #4558FD;
}
</style>
border-color css
<style>
span { border-color: #4558FD; }
span { border-color: rgb(69,88,253); }
td.TdClassName
{
border-color: #4558FD;
}
.TagClassName
{
border-color: #4558FD;
}
</style>