Shades of Neon Blue #5466FD
Tints of Neon Blue #5466FD
RGB
CMYK
RGB Variations
Color information
#5466FD (or 0x5466FD) is known color: Neon Blue. HEX triplet: 54, 66 and FD. RGB value is (84,102,253). Sum of RGB (Red+Green+Blue) = 84+102+253=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #5466FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5466FD is #AB9902. Grayscale: #717171. Windows color (decimal): -11245827 or 16606804. OLE color: 16606804.
HSL color Cylindrical-coordinate representation of color #5466FD: hue angle of 233.61º 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 #5466FD is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 102 | 253 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.01 |
| HSL | 233.61º | 0.98% | 0.66% | - |
| HSV(B) | 233.61º | 0.67% | 0.99% | - |
| XYZ | 26.14 | 18.48 | 95.12 | - |
| YUV | 113.83 | 206.54 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 253 | 0.67 | 0.60 | 0 | 0.01 | 233.61 | 0.98 | 0.66 |
| Hex | 54 | 66 | FD | 43 | 3C | 0 | 1 | EA | 62 | 42 |
| Octal | 124 | 146 | 375 | 103 | 74 | 0 | 1 | 352 | 142 | 102 |
| Binary | 1010100 | 1100110 | 11111101 | 1000011 | 111100 | 0 | 1 | 11101010 | 1100010 | 1000010 |
Color Harmonies of #5466FD
Complementary color
Monochromatic Colors of #5466FD
Black with #5466FD
Text Example
Text Example
White with #5466FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5466FD; }
p { color: rgb(84,102,253); }
H1.HeaderClassName
{
color: #5466FD;
}
.AnyTagClassName
{
color: #5466FD;
}
</style>
background-color css
<style>
a { background-color: #5466FD; }
a { background-color: rgb(84,102,253); }
div.DivClassName
{
background-color: #5466FD;
}
.BgClassName
{
background-color: #5466FD;
}
</style>
border-color css
<style>
span { border-color: #5466FD; }
span { border-color: rgb(84,102,253); }
td.TdClassName
{
border-color: #5466FD;
}
.TagClassName
{
border-color: #5466FD;
}
</style>