Shades of Neon Blue #6554FA
Tints of Neon Blue #6554FA
RGB
CMYK
RGB Variations
Color information
#6554FA (or 0x6554FA) is known color: Neon Blue. HEX triplet: 65, 54 and FA. RGB value is (101,84,250). Sum of RGB (Red+Green+Blue) = 101+84+250=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #6554FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6554FA is #9AAB05. Grayscale: #6B6B6B. Windows color (decimal): -10136326 or 16405605. OLE color: 16405605.
HSL color Cylindrical-coordinate representation of color #6554FA: hue angle of 246.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6554FA is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 84 | 250 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.02 |
| HSL | 246.14º | 0.94% | 0.65% | - |
| HSV(B) | 246.14º | 0.66% | 0.98% | - |
| XYZ | 25.79 | 16.01 | 92.17 | - |
| YUV | 108.01 | 208.13 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 250 | 0.60 | 0.66 | 0 | 0.02 | 246.14 | 0.94 | 0.65 |
| Hex | 65 | 54 | FA | 3C | 42 | 0 | 2 | F6 | 5E | 41 |
| Octal | 145 | 124 | 372 | 74 | 102 | 0 | 2 | 366 | 136 | 101 |
| Binary | 1100101 | 1010100 | 11111010 | 111100 | 1000010 | 0 | 10 | 11110110 | 1011110 | 1000001 |
Color Harmonies of #6554FA
Complementary color
Monochromatic Colors of #6554FA
Black with #6554FA
Text Example
Text Example
White with #6554FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6554FA; }
p { color: rgb(101,84,250); }
H1.HeaderClassName
{
color: #6554FA;
}
.AnyTagClassName
{
color: #6554FA;
}
</style>
background-color css
<style>
a { background-color: #6554FA; }
a { background-color: rgb(101,84,250); }
div.DivClassName
{
background-color: #6554FA;
}
.BgClassName
{
background-color: #6554FA;
}
</style>
border-color css
<style>
span { border-color: #6554FA; }
span { border-color: rgb(101,84,250); }
td.TdClassName
{
border-color: #6554FA;
}
.TagClassName
{
border-color: #6554FA;
}
</style>