Shades of Neon Blue #553FEF
Tints of Neon Blue #553FEF
RGB
CMYK
RGB Variations
Color information
#553FEF (or 0x553FEF) is known color: Neon Blue. HEX triplet: 55, 3F and EF. RGB value is (85,63,239). Sum of RGB (Red+Green+Blue) = 85+63+239=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #553FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553FEF is #AAC010. Grayscale: #585858. Windows color (decimal): -11190289 or 15679317. OLE color: 15679317.
HSL color Cylindrical-coordinate representation of color #553FEF: hue angle of 247.5º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #553FEF is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 63 | 239 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.06 |
| HSL | 247.5º | 0.85% | 0.59% | - |
| HSV(B) | 247.5º | 0.74% | 0.94% | - |
| XYZ | 21.1 | 11.72 | 82.81 | - |
| YUV | 89.64 | 212.29 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 239 | 0.64 | 0.74 | 0 | 0.06 | 247.5 | 0.85 | 0.59 |
| Hex | 55 | 3F | EF | 40 | 4A | 0 | 6 | F8 | 55 | 3B |
| Octal | 125 | 77 | 357 | 100 | 112 | 0 | 6 | 370 | 125 | 73 |
| Binary | 1010101 | 111111 | 11101111 | 1000000 | 1001010 | 0 | 110 | 11111000 | 1010101 | 111011 |
Color Harmonies of #553FEF
Complementary color
Monochromatic Colors of #553FEF
Black with #553FEF
Text Example
Text Example
White with #553FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553FEF; }
p { color: rgb(85,63,239); }
H1.HeaderClassName
{
color: #553FEF;
}
.AnyTagClassName
{
color: #553FEF;
}
</style>
background-color css
<style>
a { background-color: #553FEF; }
a { background-color: rgb(85,63,239); }
div.DivClassName
{
background-color: #553FEF;
}
.BgClassName
{
background-color: #553FEF;
}
</style>
border-color css
<style>
span { border-color: #553FEF; }
span { border-color: rgb(85,63,239); }
td.TdClassName
{
border-color: #553FEF;
}
.TagClassName
{
border-color: #553FEF;
}
</style>