Shades of Neon Blue #5454FD
Tints of Neon Blue #5454FD
RGB
CMYK
RGB Variations
Color information
#5454FD (or 0x5454FD) is known color: Neon Blue. HEX triplet: 54, 54 and FD. RGB value is (84,84,253). Sum of RGB (Red+Green+Blue) = 84+84+253=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #5454FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5454FD is #ABAB02. Grayscale: #666666. Windows color (decimal): -11250435 or 16602196. OLE color: 16602196.
HSL color Cylindrical-coordinate representation of color #5454FD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5454FD is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 84 | 253 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.66% | - |
| HSV(B) | 240º | 0.67% | 0.99% | - |
| XYZ | 24.56 | 15.32 | 94.59 | - |
| YUV | 103.27 | 212.5 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 253 | 0.67 | 0.67 | 0 | 0.01 | 240 | 0.98 | 0.66 |
| Hex | 54 | 54 | FD | 43 | 43 | 0 | 1 | F0 | 62 | 42 |
| Octal | 124 | 124 | 375 | 103 | 103 | 0 | 1 | 360 | 142 | 102 |
| Binary | 1010100 | 1010100 | 11111101 | 1000011 | 1000011 | 0 | 1 | 11110000 | 1100010 | 1000010 |
Color Harmonies of #5454FD
Complementary color
Monochromatic Colors of #5454FD
Black with #5454FD
Text Example
Text Example
White with #5454FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5454FD; }
p { color: rgb(84,84,253); }
H1.HeaderClassName
{
color: #5454FD;
}
.AnyTagClassName
{
color: #5454FD;
}
</style>
background-color css
<style>
a { background-color: #5454FD; }
a { background-color: rgb(84,84,253); }
div.DivClassName
{
background-color: #5454FD;
}
.BgClassName
{
background-color: #5454FD;
}
</style>
border-color css
<style>
span { border-color: #5454FD; }
span { border-color: rgb(84,84,253); }
td.TdClassName
{
border-color: #5454FD;
}
.TagClassName
{
border-color: #5454FD;
}
</style>