Shades of Neon Blue #5C54FD
Tints of Neon Blue #5C54FD
RGB
CMYK
RGB Variations
Color information
#5C54FD (or 0x5C54FD) is known color: Neon Blue. HEX triplet: 5C, 54 and FD. RGB value is (92,84,253). Sum of RGB (Red+Green+Blue) = 92+84+253=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C54FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C54FD is #A3AB02. Grayscale: #686868. Windows color (decimal): -10726147 or 16602204. OLE color: 16602204.
HSL color Cylindrical-coordinate representation of color #5C54FD: hue angle of 242.84º 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 #5C54FD is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 84 | 253 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.01 |
| HSL | 242.84º | 0.98% | 0.66% | - |
| HSV(B) | 242.84º | 0.67% | 0.99% | - |
| XYZ | 25.31 | 15.71 | 94.63 | - |
| YUV | 105.66 | 211.15 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 253 | 0.64 | 0.67 | 0 | 0.01 | 242.84 | 0.98 | 0.66 |
| Hex | 5C | 54 | FD | 40 | 43 | 0 | 1 | F3 | 62 | 42 |
| Octal | 134 | 124 | 375 | 100 | 103 | 0 | 1 | 363 | 142 | 102 |
| Binary | 1011100 | 1010100 | 11111101 | 1000000 | 1000011 | 0 | 1 | 11110011 | 1100010 | 1000010 |
Color Harmonies of #5C54FD
Complementary color
Monochromatic Colors of #5C54FD
Black with #5C54FD
Text Example
Text Example
White with #5C54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C54FD; }
p { color: rgb(92,84,253); }
H1.HeaderClassName
{
color: #5C54FD;
}
.AnyTagClassName
{
color: #5C54FD;
}
</style>
background-color css
<style>
a { background-color: #5C54FD; }
a { background-color: rgb(92,84,253); }
div.DivClassName
{
background-color: #5C54FD;
}
.BgClassName
{
background-color: #5C54FD;
}
</style>
border-color css
<style>
span { border-color: #5C54FD; }
span { border-color: rgb(92,84,253); }
td.TdClassName
{
border-color: #5C54FD;
}
.TagClassName
{
border-color: #5C54FD;
}
</style>