Shades of Neon Blue #6557FC
Tints of Neon Blue #6557FC
RGB
CMYK
RGB Variations
Color information
#6557FC (or 0x6557FC) is known color: Neon Blue. HEX triplet: 65, 57 and FC. RGB value is (101,87,252). Sum of RGB (Red+Green+Blue) = 101+87+252=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #6557FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6557FC is #9AA803. Grayscale: #6D6D6D. Windows color (decimal): -10135556 or 16537445. OLE color: 16537445.
HSL color Cylindrical-coordinate representation of color #6557FC: hue angle of 245.09º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6557FC is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 87 | 252 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.01 |
| HSL | 245.09º | 0.96% | 0.66% | - |
| HSV(B) | 245.09º | 0.65% | 0.99% | - |
| XYZ | 26.35 | 16.61 | 93.91 | - |
| YUV | 110 | 208.14 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 252 | 0.60 | 0.65 | 0 | 0.01 | 245.09 | 0.96 | 0.66 |
| Hex | 65 | 57 | FC | 3C | 41 | 0 | 1 | F5 | 60 | 42 |
| Octal | 145 | 127 | 374 | 74 | 101 | 0 | 1 | 365 | 140 | 102 |
| Binary | 1100101 | 1010111 | 11111100 | 111100 | 1000001 | 0 | 1 | 11110101 | 1100000 | 1000010 |
Color Harmonies of #6557FC
Complementary color
Monochromatic Colors of #6557FC
Black with #6557FC
Text Example
Text Example
White with #6557FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6557FC; }
p { color: rgb(101,87,252); }
H1.HeaderClassName
{
color: #6557FC;
}
.AnyTagClassName
{
color: #6557FC;
}
</style>
background-color css
<style>
a { background-color: #6557FC; }
a { background-color: rgb(101,87,252); }
div.DivClassName
{
background-color: #6557FC;
}
.BgClassName
{
background-color: #6557FC;
}
</style>
border-color css
<style>
span { border-color: #6557FC; }
span { border-color: rgb(101,87,252); }
td.TdClassName
{
border-color: #6557FC;
}
.TagClassName
{
border-color: #6557FC;
}
</style>