Shades of Neon Blue #5469FF
Tints of Neon Blue #5469FF
RGB
CMYK
RGB Variations
Color information
#5469FF (or 0x5469FF) is known color: Neon Blue. HEX triplet: 54, 69 and FF. RGB value is (84,105,255). Sum of RGB (Red+Green+Blue) = 84+105+255=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #5469FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5469FF is #AB9600. Grayscale: #737373. Windows color (decimal): -11245057 or 16738644. OLE color: 16738644.
HSL color Cylindrical-coordinate representation of color #5469FF: hue angle of 232.63º 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 #5469FF is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 105 | 255 | - |
| CMYK | 0.67 | 0.59 | 0 | 0 |
| HSL | 232.63º | 1% | 0.66% | - |
| HSV(B) | 232.63º | 0.67% | 1% | - |
| XYZ | 26.76 | 19.21 | 96.9 | - |
| YUV | 115.82 | 206.54 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 255 | 0.67 | 0.59 | 0 | 0 | 232.63 | 1 | 0.66 |
| Hex | 54 | 69 | FF | 43 | 3B | 0 | 0 | E9 | 64 | 42 |
| Octal | 124 | 151 | 377 | 103 | 73 | 0 | 0 | 351 | 144 | 102 |
| Binary | 1010100 | 1101001 | 11111111 | 1000011 | 111011 | 0 | 0 | 11101001 | 1100100 | 1000010 |
Color Harmonies of #5469FF
Complementary color
Monochromatic Colors of #5469FF
Black with #5469FF
Text Example
Text Example
White with #5469FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5469FF; }
p { color: rgb(84,105,255); }
H1.HeaderClassName
{
color: #5469FF;
}
.AnyTagClassName
{
color: #5469FF;
}
</style>
background-color css
<style>
a { background-color: #5469FF; }
a { background-color: rgb(84,105,255); }
div.DivClassName
{
background-color: #5469FF;
}
.BgClassName
{
background-color: #5469FF;
}
</style>
border-color css
<style>
span { border-color: #5469FF; }
span { border-color: rgb(84,105,255); }
td.TdClassName
{
border-color: #5469FF;
}
.TagClassName
{
border-color: #5469FF;
}
</style>