Shades of Neon Blue #554FEF
Tints of Neon Blue #554FEF
RGB
CMYK
RGB Variations
Color information
#554FEF (or 0x554FEF) is known color: Neon Blue. HEX triplet: 55, 4F and EF. RGB value is (85,79,239). Sum of RGB (Red+Green+Blue) = 85+79+239=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #554FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554FEF is #AAB010. Grayscale: #626262. Windows color (decimal): -11186193 or 15683413. OLE color: 15683413.
HSL color Cylindrical-coordinate representation of color #554FEF: hue angle of 242.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #554FEF is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 79 | 239 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.06 |
| HSL | 242.25º | 0.83% | 0.62% | - |
| HSV(B) | 242.25º | 0.67% | 0.94% | - |
| XYZ | 22.12 | 13.76 | 83.15 | - |
| YUV | 99.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 239 | 0.64 | 0.67 | 0 | 0.06 | 242.25 | 0.83 | 0.62 |
| Hex | 55 | 4F | EF | 40 | 43 | 0 | 6 | F2 | 53 | 3E |
| Octal | 125 | 117 | 357 | 100 | 103 | 0 | 6 | 362 | 123 | 76 |
| Binary | 1010101 | 1001111 | 11101111 | 1000000 | 1000011 | 0 | 110 | 11110010 | 1010011 | 111110 |
Color Harmonies of #554FEF
Complementary color
Monochromatic Colors of #554FEF
Black with #554FEF
Text Example
Text Example
White with #554FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554FEF; }
p { color: rgb(85,79,239); }
H1.HeaderClassName
{
color: #554FEF;
}
.AnyTagClassName
{
color: #554FEF;
}
</style>
background-color css
<style>
a { background-color: #554FEF; }
a { background-color: rgb(85,79,239); }
div.DivClassName
{
background-color: #554FEF;
}
.BgClassName
{
background-color: #554FEF;
}
</style>
border-color css
<style>
span { border-color: #554FEF; }
span { border-color: rgb(85,79,239); }
td.TdClassName
{
border-color: #554FEF;
}
.TagClassName
{
border-color: #554FEF;
}
</style>