Shades of Neon Blue #5469FA
Tints of Neon Blue #5469FA
RGB
CMYK
RGB Variations
Color information
#5469FA (or 0x5469FA) is known color: Neon Blue. HEX triplet: 54, 69 and FA. RGB value is (84,105,250). Sum of RGB (Red+Green+Blue) = 84+105+250=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #5469FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5469FA is #AB9605. Grayscale: #727272. Windows color (decimal): -11245062 or 16410964. OLE color: 16410964.
HSL color Cylindrical-coordinate representation of color #5469FA: hue angle of 232.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5469FA is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 105 | 250 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.02 |
| HSL | 232.41º | 0.94% | 0.65% | - |
| HSV(B) | 232.41º | 0.66% | 0.98% | - |
| XYZ | 25.96 | 18.89 | 92.72 | - |
| YUV | 115.25 | 204.04 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 250 | 0.66 | 0.58 | 0 | 0.02 | 232.41 | 0.94 | 0.65 |
| Hex | 54 | 69 | FA | 42 | 3A | 0 | 2 | E8 | 5E | 41 |
| Octal | 124 | 151 | 372 | 102 | 72 | 0 | 2 | 350 | 136 | 101 |
| Binary | 1010100 | 1101001 | 11111010 | 1000010 | 111010 | 0 | 10 | 11101000 | 1011110 | 1000001 |
Color Harmonies of #5469FA
Complementary color
Monochromatic Colors of #5469FA
Black with #5469FA
Text Example
Text Example
White with #5469FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5469FA; }
p { color: rgb(84,105,250); }
H1.HeaderClassName
{
color: #5469FA;
}
.AnyTagClassName
{
color: #5469FA;
}
</style>
background-color css
<style>
a { background-color: #5469FA; }
a { background-color: rgb(84,105,250); }
div.DivClassName
{
background-color: #5469FA;
}
.BgClassName
{
background-color: #5469FA;
}
</style>
border-color css
<style>
span { border-color: #5469FA; }
span { border-color: rgb(84,105,250); }
td.TdClassName
{
border-color: #5469FA;
}
.TagClassName
{
border-color: #5469FA;
}
</style>