Shades of Neon Blue #6558FD
Tints of Neon Blue #6558FD
RGB
CMYK
RGB Variations
Color information
#6558FD (or 0x6558FD) is known color: Neon Blue. HEX triplet: 65, 58 and FD. RGB value is (101,88,253). Sum of RGB (Red+Green+Blue) = 101+88+253=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #6558FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6558FD is #9AA702. Grayscale: #6E6E6E. Windows color (decimal): -10135299 or 16603237. OLE color: 16603237.
HSL color Cylindrical-coordinate representation of color #6558FD: hue angle of 244.73º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6558FD is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 88 | 253 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.01 |
| HSL | 244.73º | 0.98% | 0.67% | - |
| HSV(B) | 244.73º | 0.65% | 0.99% | - |
| XYZ | 26.59 | 16.84 | 94.78 | - |
| YUV | 110.7 | 208.31 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 253 | 0.60 | 0.65 | 0 | 0.01 | 244.73 | 0.98 | 0.67 |
| Hex | 65 | 58 | FD | 3C | 41 | 0 | 1 | F5 | 62 | 43 |
| Octal | 145 | 130 | 375 | 74 | 101 | 0 | 1 | 365 | 142 | 103 |
| Binary | 1100101 | 1011000 | 11111101 | 111100 | 1000001 | 0 | 1 | 11110101 | 1100010 | 1000011 |
Color Harmonies of #6558FD
Complementary color
Monochromatic Colors of #6558FD
Black with #6558FD
Text Example
Text Example
White with #6558FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6558FD; }
p { color: rgb(101,88,253); }
H1.HeaderClassName
{
color: #6558FD;
}
.AnyTagClassName
{
color: #6558FD;
}
</style>
background-color css
<style>
a { background-color: #6558FD; }
a { background-color: rgb(101,88,253); }
div.DivClassName
{
background-color: #6558FD;
}
.BgClassName
{
background-color: #6558FD;
}
</style>
border-color css
<style>
span { border-color: #6558FD; }
span { border-color: rgb(101,88,253); }
td.TdClassName
{
border-color: #6558FD;
}
.TagClassName
{
border-color: #6558FD;
}
</style>