Shades of Neon Blue #5468FD
Tints of Neon Blue #5468FD
RGB
CMYK
RGB Variations
Color information
#5468FD (or 0x5468FD) is known color: Neon Blue. HEX triplet: 54, 68 and FD. RGB value is (84,104,253). Sum of RGB (Red+Green+Blue) = 84+104+253=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #5468FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5468FD is #AB9702. Grayscale: #727272. Windows color (decimal): -11245315 or 16607316. OLE color: 16607316.
HSL color Cylindrical-coordinate representation of color #5468FD: hue angle of 232.9º 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 #5468FD is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 104 | 253 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.01 |
| HSL | 232.9º | 0.98% | 0.66% | - |
| HSV(B) | 232.9º | 0.67% | 0.99% | - |
| XYZ | 26.34 | 18.88 | 95.18 | - |
| YUV | 115.01 | 205.87 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 253 | 0.67 | 0.59 | 0 | 0.01 | 232.9 | 0.98 | 0.66 |
| Hex | 54 | 68 | FD | 43 | 3B | 0 | 1 | E9 | 62 | 42 |
| Octal | 124 | 150 | 375 | 103 | 73 | 0 | 1 | 351 | 142 | 102 |
| Binary | 1010100 | 1101000 | 11111101 | 1000011 | 111011 | 0 | 1 | 11101001 | 1100010 | 1000010 |
Color Harmonies of #5468FD
Complementary color
Monochromatic Colors of #5468FD
Black with #5468FD
Text Example
Text Example
White with #5468FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468FD; }
p { color: rgb(84,104,253); }
H1.HeaderClassName
{
color: #5468FD;
}
.AnyTagClassName
{
color: #5468FD;
}
</style>
background-color css
<style>
a { background-color: #5468FD; }
a { background-color: rgb(84,104,253); }
div.DivClassName
{
background-color: #5468FD;
}
.BgClassName
{
background-color: #5468FD;
}
</style>
border-color css
<style>
span { border-color: #5468FD; }
span { border-color: rgb(84,104,253); }
td.TdClassName
{
border-color: #5468FD;
}
.TagClassName
{
border-color: #5468FD;
}
</style>