Shades of Neon Blue #6552FC
Tints of Neon Blue #6552FC
RGB
CMYK
RGB Variations
Color information
#6552FC (or 0x6552FC) is known color: Neon Blue. HEX triplet: 65, 52 and FC. RGB value is (101,82,252). Sum of RGB (Red+Green+Blue) = 101+82+252=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #6552FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6552FC is #9AAD03. Grayscale: #6A6A6A. Windows color (decimal): -10136836 or 16536165. OLE color: 16536165.
HSL color Cylindrical-coordinate representation of color #6552FC: hue angle of 246.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6552FC is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 82 | 252 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.01 |
| HSL | 246.71º | 0.97% | 0.65% | - |
| HSV(B) | 246.71º | 0.67% | 0.99% | - |
| XYZ | 25.95 | 15.83 | 93.78 | - |
| YUV | 107.06 | 209.79 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 252 | 0.60 | 0.67 | 0 | 0.01 | 246.71 | 0.97 | 0.65 |
| Hex | 65 | 52 | FC | 3C | 43 | 0 | 1 | F7 | 61 | 41 |
| Octal | 145 | 122 | 374 | 74 | 103 | 0 | 1 | 367 | 141 | 101 |
| Binary | 1100101 | 1010010 | 11111100 | 111100 | 1000011 | 0 | 1 | 11110111 | 1100001 | 1000001 |
Color Harmonies of #6552FC
Complementary color
Monochromatic Colors of #6552FC
Black with #6552FC
Text Example
Text Example
White with #6552FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6552FC; }
p { color: rgb(101,82,252); }
H1.HeaderClassName
{
color: #6552FC;
}
.AnyTagClassName
{
color: #6552FC;
}
</style>
background-color css
<style>
a { background-color: #6552FC; }
a { background-color: rgb(101,82,252); }
div.DivClassName
{
background-color: #6552FC;
}
.BgClassName
{
background-color: #6552FC;
}
</style>
border-color css
<style>
span { border-color: #6552FC; }
span { border-color: rgb(101,82,252); }
td.TdClassName
{
border-color: #6552FC;
}
.TagClassName
{
border-color: #6552FC;
}
</style>