Shades of Neon Blue #6551FF
Tints of Neon Blue #6551FF
RGB
CMYK
RGB Variations
Color information
#6551FF (or 0x6551FF) is known color: Neon Blue. HEX triplet: 65, 51 and FF. RGB value is (101,81,255). Sum of RGB (Red+Green+Blue) = 101+81+255=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #6551FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6551FF is #9AAE00. Grayscale: #6A6A6A. Windows color (decimal): -10137089 or 16732517. OLE color: 16732517.
HSL color Cylindrical-coordinate representation of color #6551FF: hue angle of 246.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6551FF is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 81 | 255 | - |
| CMYK | 0.60 | 0.68 | 0 | 0 |
| HSL | 246.9º | 1% | 0.66% | - |
| HSV(B) | 246.9º | 0.68% | 1% | - |
| XYZ | 26.36 | 15.87 | 96.28 | - |
| YUV | 106.82 | 211.63 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 255 | 0.60 | 0.68 | 0 | 0 | 246.9 | 1 | 0.66 |
| Hex | 65 | 51 | FF | 3C | 44 | 0 | 0 | F7 | 64 | 42 |
| Octal | 145 | 121 | 377 | 74 | 104 | 0 | 0 | 367 | 144 | 102 |
| Binary | 1100101 | 1010001 | 11111111 | 111100 | 1000100 | 0 | 0 | 11110111 | 1100100 | 1000010 |
Color Harmonies of #6551FF
Complementary color
Monochromatic Colors of #6551FF
Black with #6551FF
Text Example
Text Example
White with #6551FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551FF; }
p { color: rgb(101,81,255); }
H1.HeaderClassName
{
color: #6551FF;
}
.AnyTagClassName
{
color: #6551FF;
}
</style>
background-color css
<style>
a { background-color: #6551FF; }
a { background-color: rgb(101,81,255); }
div.DivClassName
{
background-color: #6551FF;
}
.BgClassName
{
background-color: #6551FF;
}
</style>
border-color css
<style>
span { border-color: #6551FF; }
span { border-color: rgb(101,81,255); }
td.TdClassName
{
border-color: #6551FF;
}
.TagClassName
{
border-color: #6551FF;
}
</style>