Shades of Neon Blue #5552FA
Tints of Neon Blue #5552FA
RGB
CMYK
RGB Variations
Color information
#5552FA (or 0x5552FA) is known color: Neon Blue. HEX triplet: 55, 52 and FA. RGB value is (85,82,250). Sum of RGB (Red+Green+Blue) = 85+82+250=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #5552FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5552FA is #AAAD05. Grayscale: #656565. Windows color (decimal): -11185414 or 16405077. OLE color: 16405077.
HSL color Cylindrical-coordinate representation of color #5552FA: hue angle of 241.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5552FA is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 82 | 250 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.02 |
| HSL | 241.07º | 0.94% | 0.65% | - |
| HSV(B) | 241.07º | 0.67% | 0.98% | - |
| XYZ | 24.02 | 14.87 | 92.05 | - |
| YUV | 102.05 | 211.49 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 250 | 0.66 | 0.67 | 0 | 0.02 | 241.07 | 0.94 | 0.65 |
| Hex | 55 | 52 | FA | 42 | 43 | 0 | 2 | F1 | 5E | 41 |
| Octal | 125 | 122 | 372 | 102 | 103 | 0 | 2 | 361 | 136 | 101 |
| Binary | 1010101 | 1010010 | 11111010 | 1000010 | 1000011 | 0 | 10 | 11110001 | 1011110 | 1000001 |
Color Harmonies of #5552FA
Complementary color
Monochromatic Colors of #5552FA
Black with #5552FA
Text Example
Text Example
White with #5552FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5552FA; }
p { color: rgb(85,82,250); }
H1.HeaderClassName
{
color: #5552FA;
}
.AnyTagClassName
{
color: #5552FA;
}
</style>
background-color css
<style>
a { background-color: #5552FA; }
a { background-color: rgb(85,82,250); }
div.DivClassName
{
background-color: #5552FA;
}
.BgClassName
{
background-color: #5552FA;
}
</style>
border-color css
<style>
span { border-color: #5552FA; }
span { border-color: rgb(85,82,250); }
td.TdClassName
{
border-color: #5552FA;
}
.TagClassName
{
border-color: #5552FA;
}
</style>