Shades of Neon Blue #6558FB
Tints of Neon Blue #6558FB
RGB
CMYK
RGB Variations
Color information
#6558FB (or 0x6558FB) is known color: Neon Blue. HEX triplet: 65, 58 and FB. RGB value is (101,88,251). Sum of RGB (Red+Green+Blue) = 101+88+251=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #6558FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6558FB is #9AA704. Grayscale: #6D6D6D. Windows color (decimal): -10135301 or 16472165. OLE color: 16472165.
HSL color Cylindrical-coordinate representation of color #6558FB: hue angle of 244.79º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6558FB is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 88 | 251 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.02 |
| HSL | 244.79º | 0.95% | 0.66% | - |
| HSV(B) | 244.79º | 0.65% | 0.98% | - |
| XYZ | 26.27 | 16.71 | 93.11 | - |
| YUV | 110.47 | 207.31 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 251 | 0.60 | 0.65 | 0 | 0.02 | 244.79 | 0.95 | 0.66 |
| Hex | 65 | 58 | FB | 3C | 41 | 0 | 2 | F5 | 5F | 42 |
| Octal | 145 | 130 | 373 | 74 | 101 | 0 | 2 | 365 | 137 | 102 |
| Binary | 1100101 | 1011000 | 11111011 | 111100 | 1000001 | 0 | 10 | 11110101 | 1011111 | 1000010 |
Color Harmonies of #6558FB
Complementary color
Monochromatic Colors of #6558FB
Black with #6558FB
Text Example
Text Example
White with #6558FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6558FB; }
p { color: rgb(101,88,251); }
H1.HeaderClassName
{
color: #6558FB;
}
.AnyTagClassName
{
color: #6558FB;
}
</style>
background-color css
<style>
a { background-color: #6558FB; }
a { background-color: rgb(101,88,251); }
div.DivClassName
{
background-color: #6558FB;
}
.BgClassName
{
background-color: #6558FB;
}
</style>
border-color css
<style>
span { border-color: #6558FB; }
span { border-color: rgb(101,88,251); }
td.TdClassName
{
border-color: #6558FB;
}
.TagClassName
{
border-color: #6558FB;
}
</style>