Shades of Neon Blue #5466FF
Tints of Neon Blue #5466FF
RGB
CMYK
RGB Variations
Color information
#5466FF (or 0x5466FF) is known color: Neon Blue. HEX triplet: 54, 66 and FF. RGB value is (84,102,255). Sum of RGB (Red+Green+Blue) = 84+102+255=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #5466FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5466FF is #AB9900. Grayscale: #717171. Windows color (decimal): -11245825 or 16737876. OLE color: 16737876.
HSL color Cylindrical-coordinate representation of color #5466FF: hue angle of 233.68º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5466FF is Cyan = 0.67, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 102 | 255 | - |
| CMYK | 0.67 | 0.6 | 0 | 0 |
| HSL | 233.68º | 1% | 0.66% | - |
| HSV(B) | 233.68º | 0.67% | 1% | - |
| XYZ | 26.46 | 18.61 | 96.8 | - |
| YUV | 114.06 | 207.54 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 255 | 0.67 | 0.6 | 0 | 0 | 233.68 | 1 | 0.66 |
| Hex | 54 | 66 | FF | 43 | 3C | 0 | 0 | EA | 64 | 42 |
| Octal | 124 | 146 | 377 | 103 | 74 | 0 | 0 | 352 | 144 | 102 |
| Binary | 1010100 | 1100110 | 11111111 | 1000011 | 111100 | 0 | 0 | 11101010 | 1100100 | 1000010 |
Color Harmonies of #5466FF
Complementary color
Monochromatic Colors of #5466FF
Black with #5466FF
Text Example
Text Example
White with #5466FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5466FF; }
p { color: rgb(84,102,255); }
H1.HeaderClassName
{
color: #5466FF;
}
.AnyTagClassName
{
color: #5466FF;
}
</style>
background-color css
<style>
a { background-color: #5466FF; }
a { background-color: rgb(84,102,255); }
div.DivClassName
{
background-color: #5466FF;
}
.BgClassName
{
background-color: #5466FF;
}
</style>
border-color css
<style>
span { border-color: #5466FF; }
span { border-color: rgb(84,102,255); }
td.TdClassName
{
border-color: #5466FF;
}
.TagClassName
{
border-color: #5466FF;
}
</style>