Shades of Neon Blue #5442FE
Tints of Neon Blue #5442FE
RGB
CMYK
RGB Variations
Color information
#5442FE (or 0x5442FE) is known color: Neon Blue. HEX triplet: 54, 42 and FE. RGB value is (84,66,254). Sum of RGB (Red+Green+Blue) = 84+66+254=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #5442FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5442FE is #ABBD01. Grayscale: #5C5C5C. Windows color (decimal): -11255042 or 16663124. OLE color: 16663124.
HSL color Cylindrical-coordinate representation of color #5442FE: hue angle of 245.74º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5442FE is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 66 | 254 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.00 |
| HSL | 245.74º | 0.99% | 0.63% | - |
| HSV(B) | 245.74º | 0.74% | 1% | - |
| XYZ | 23.49 | 12.94 | 95.02 | - |
| YUV | 92.81 | 218.96 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 254 | 0.67 | 0.74 | 0 | 0.00 | 245.74 | 0.99 | 0.63 |
| Hex | 54 | 42 | FE | 43 | 4A | 0 | 0 | F6 | 63 | 3F |
| Octal | 124 | 102 | 376 | 103 | 112 | 0 | 0 | 366 | 143 | 77 |
| Binary | 1010100 | 1000010 | 11111110 | 1000011 | 1001010 | 0 | 0 | 11110110 | 1100011 | 111111 |
Color Harmonies of #5442FE
Complementary color
Monochromatic Colors of #5442FE
Black with #5442FE
Text Example
Text Example
White with #5442FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5442FE; }
p { color: rgb(84,66,254); }
H1.HeaderClassName
{
color: #5442FE;
}
.AnyTagClassName
{
color: #5442FE;
}
</style>
background-color css
<style>
a { background-color: #5442FE; }
a { background-color: rgb(84,66,254); }
div.DivClassName
{
background-color: #5442FE;
}
.BgClassName
{
background-color: #5442FE;
}
</style>
border-color css
<style>
span { border-color: #5442FE; }
span { border-color: rgb(84,66,254); }
td.TdClassName
{
border-color: #5442FE;
}
.TagClassName
{
border-color: #5442FE;
}
</style>