Shades of Neon Blue #6553FF
Tints of Neon Blue #6553FF
RGB
CMYK
RGB Variations
Color information
#6553FF (or 0x6553FF) is known color: Neon Blue. HEX triplet: 65, 53 and FF. RGB value is (101,83,255). Sum of RGB (Red+Green+Blue) = 101+83+255=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #6553FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6553FF is #9AAC00. Grayscale: #6B6B6B. Windows color (decimal): -10136577 or 16733029. OLE color: 16733029.
HSL color Cylindrical-coordinate representation of color #6553FF: hue angle of 246.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6553FF is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 83 | 255 | - |
| CMYK | 0.60 | 0.67 | 0 | 0 |
| HSL | 246.28º | 1% | 0.66% | - |
| HSV(B) | 246.28º | 0.67% | 1% | - |
| XYZ | 26.51 | 16.17 | 96.33 | - |
| YUV | 107.99 | 210.96 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 255 | 0.60 | 0.67 | 0 | 0 | 246.28 | 1 | 0.66 |
| Hex | 65 | 53 | FF | 3C | 43 | 0 | 0 | F6 | 64 | 42 |
| Octal | 145 | 123 | 377 | 74 | 103 | 0 | 0 | 366 | 144 | 102 |
| Binary | 1100101 | 1010011 | 11111111 | 111100 | 1000011 | 0 | 0 | 11110110 | 1100100 | 1000010 |
Color Harmonies of #6553FF
Complementary color
Monochromatic Colors of #6553FF
Black with #6553FF
Text Example
Text Example
White with #6553FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6553FF; }
p { color: rgb(101,83,255); }
H1.HeaderClassName
{
color: #6553FF;
}
.AnyTagClassName
{
color: #6553FF;
}
</style>
background-color css
<style>
a { background-color: #6553FF; }
a { background-color: rgb(101,83,255); }
div.DivClassName
{
background-color: #6553FF;
}
.BgClassName
{
background-color: #6553FF;
}
</style>
border-color css
<style>
span { border-color: #6553FF; }
span { border-color: rgb(101,83,255); }
td.TdClassName
{
border-color: #6553FF;
}
.TagClassName
{
border-color: #6553FF;
}
</style>