Shades of Neon Blue #5438F6
Tints of Neon Blue #5438F6
RGB
CMYK
RGB Variations
Color information
#5438F6 (or 0x5438F6) is known color: Neon Blue. HEX triplet: 54, 38 and F6. RGB value is (84,56,246). Sum of RGB (Red+Green+Blue) = 84+56+246=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 246 (96.48% from 255 or 63.73% from 386); Max value from RGB is 246 - color contains mainly: blue. Hex color #5438F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5438F6 is #ABC709. Grayscale: #555555. Windows color (decimal): -11257610 or 16136276. OLE color: 16136276.
HSL color Cylindrical-coordinate representation of color #5438F6: hue angle of 248.84º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5438F6 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 56 | 246 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.04 |
| HSL | 248.84º | 0.91% | 0.59% | - |
| HSV(B) | 248.84º | 0.77% | 0.96% | - |
| XYZ | 21.7 | 11.37 | 88.24 | - |
| YUV | 86.03 | 218.28 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 246 | 0.66 | 0.77 | 0 | 0.04 | 248.84 | 0.91 | 0.59 |
| Hex | 54 | 38 | F6 | 42 | 4D | 0 | 4 | F9 | 5B | 3B |
| Octal | 124 | 70 | 366 | 102 | 115 | 0 | 4 | 371 | 133 | 73 |
| Binary | 1010100 | 111000 | 11110110 | 1000010 | 1001101 | 0 | 100 | 11111001 | 1011011 | 111011 |
Color Harmonies of #5438F6
Complementary color
Monochromatic Colors of #5438F6
Black with #5438F6
Text Example
Text Example
White with #5438F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5438F6; }
p { color: rgb(84,56,246); }
H1.HeaderClassName
{
color: #5438F6;
}
.AnyTagClassName
{
color: #5438F6;
}
</style>
background-color css
<style>
a { background-color: #5438F6; }
a { background-color: rgb(84,56,246); }
div.DivClassName
{
background-color: #5438F6;
}
.BgClassName
{
background-color: #5438F6;
}
</style>
border-color css
<style>
span { border-color: #5438F6; }
span { border-color: rgb(84,56,246); }
td.TdClassName
{
border-color: #5438F6;
}
.TagClassName
{
border-color: #5438F6;
}
</style>