Shades of Neon Blue #5463F2
Tints of Neon Blue #5463F2
RGB
CMYK
RGB Variations
Color information
#5463F2 (or 0x5463F2) is known color: Neon Blue. HEX triplet: 54, 63 and F2. RGB value is (84,99,242). Sum of RGB (Red+Green+Blue) = 84+99+242=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #5463F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5463F2 is #AB9C0D. Grayscale: #6E6E6E. Windows color (decimal): -11246606 or 15885140. OLE color: 15885140.
HSL color Cylindrical-coordinate representation of color #5463F2: hue angle of 234.3º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5463F2 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 99 | 242 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.05 |
| HSL | 234.3º | 0.86% | 0.64% | - |
| HSV(B) | 234.3º | 0.65% | 0.95% | - |
| XYZ | 24.15 | 17.22 | 86.06 | - |
| YUV | 110.82 | 202.03 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 242 | 0.65 | 0.59 | 0 | 0.05 | 234.3 | 0.86 | 0.64 |
| Hex | 54 | 63 | F2 | 41 | 3B | 0 | 5 | EA | 56 | 40 |
| Octal | 124 | 143 | 362 | 101 | 73 | 0 | 5 | 352 | 126 | 100 |
| Binary | 1010100 | 1100011 | 11110010 | 1000001 | 111011 | 0 | 101 | 11101010 | 1010110 | 1000000 |
Color Harmonies of #5463F2
Complementary color
Monochromatic Colors of #5463F2
Black with #5463F2
Text Example
Text Example
White with #5463F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5463F2; }
p { color: rgb(84,99,242); }
H1.HeaderClassName
{
color: #5463F2;
}
.AnyTagClassName
{
color: #5463F2;
}
</style>
background-color css
<style>
a { background-color: #5463F2; }
a { background-color: rgb(84,99,242); }
div.DivClassName
{
background-color: #5463F2;
}
.BgClassName
{
background-color: #5463F2;
}
</style>
border-color css
<style>
span { border-color: #5463F2; }
span { border-color: rgb(84,99,242); }
td.TdClassName
{
border-color: #5463F2;
}
.TagClassName
{
border-color: #5463F2;
}
</style>