Shades of Neon Blue #5467FA
Tints of Neon Blue #5467FA
RGB
CMYK
RGB Variations
Color information
#5467FA (or 0x5467FA) is known color: Neon Blue. HEX triplet: 54, 67 and FA. RGB value is (84,103,250). Sum of RGB (Red+Green+Blue) = 84+103+250=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #5467FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5467FA is #AB9805. Grayscale: #717171. Windows color (decimal): -11245574 or 16410452. OLE color: 16410452.
HSL color Cylindrical-coordinate representation of color #5467FA: hue angle of 233.13º 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 #5467FA is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 103 | 250 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.02 |
| HSL | 233.13º | 0.94% | 0.65% | - |
| HSV(B) | 233.13º | 0.66% | 0.98% | - |
| XYZ | 25.76 | 18.49 | 92.65 | - |
| YUV | 114.08 | 204.71 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 250 | 0.66 | 0.59 | 0 | 0.02 | 233.13 | 0.94 | 0.65 |
| Hex | 54 | 67 | FA | 42 | 3B | 0 | 2 | E9 | 5E | 41 |
| Octal | 124 | 147 | 372 | 102 | 73 | 0 | 2 | 351 | 136 | 101 |
| Binary | 1010100 | 1100111 | 11111010 | 1000010 | 111011 | 0 | 10 | 11101001 | 1011110 | 1000001 |
Color Harmonies of #5467FA
Complementary color
Monochromatic Colors of #5467FA
Black with #5467FA
Text Example
Text Example
White with #5467FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5467FA; }
p { color: rgb(84,103,250); }
H1.HeaderClassName
{
color: #5467FA;
}
.AnyTagClassName
{
color: #5467FA;
}
</style>
background-color css
<style>
a { background-color: #5467FA; }
a { background-color: rgb(84,103,250); }
div.DivClassName
{
background-color: #5467FA;
}
.BgClassName
{
background-color: #5467FA;
}
</style>
border-color css
<style>
span { border-color: #5467FA; }
span { border-color: rgb(84,103,250); }
td.TdClassName
{
border-color: #5467FA;
}
.TagClassName
{
border-color: #5467FA;
}
</style>