Shades of Neon Blue #5468FB
Tints of Neon Blue #5468FB
RGB
CMYK
RGB Variations
Color information
#5468FB (or 0x5468FB) is known color: Neon Blue. HEX triplet: 54, 68 and FB. RGB value is (84,104,251). Sum of RGB (Red+Green+Blue) = 84+104+251=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #5468FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5468FB is #AB9704. Grayscale: #727272. Windows color (decimal): -11245317 or 16476244. OLE color: 16476244.
HSL color Cylindrical-coordinate representation of color #5468FB: hue angle of 232.81º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5468FB is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 104 | 251 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.02 |
| HSL | 232.81º | 0.95% | 0.66% | - |
| HSV(B) | 232.81º | 0.67% | 0.98% | - |
| XYZ | 26.02 | 18.75 | 93.51 | - |
| YUV | 114.78 | 204.87 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 251 | 0.67 | 0.59 | 0 | 0.02 | 232.81 | 0.95 | 0.66 |
| Hex | 54 | 68 | FB | 43 | 3B | 0 | 2 | E9 | 5F | 42 |
| Octal | 124 | 150 | 373 | 103 | 73 | 0 | 2 | 351 | 137 | 102 |
| Binary | 1010100 | 1101000 | 11111011 | 1000011 | 111011 | 0 | 10 | 11101001 | 1011111 | 1000010 |
Color Harmonies of #5468FB
Complementary color
Monochromatic Colors of #5468FB
Black with #5468FB
Text Example
Text Example
White with #5468FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468FB; }
p { color: rgb(84,104,251); }
H1.HeaderClassName
{
color: #5468FB;
}
.AnyTagClassName
{
color: #5468FB;
}
</style>
background-color css
<style>
a { background-color: #5468FB; }
a { background-color: rgb(84,104,251); }
div.DivClassName
{
background-color: #5468FB;
}
.BgClassName
{
background-color: #5468FB;
}
</style>
border-color css
<style>
span { border-color: #5468FB; }
span { border-color: rgb(84,104,251); }
td.TdClassName
{
border-color: #5468FB;
}
.TagClassName
{
border-color: #5468FB;
}
</style>