Shades of Neon Blue #5438FC
Tints of Neon Blue #5438FC
RGB
CMYK
RGB Variations
Color information
#5438FC (or 0x5438FC) is known color: Neon Blue. HEX triplet: 54, 38 and FC. RGB value is (84,56,252). Sum of RGB (Red+Green+Blue) = 84+56+252=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #5438FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5438FC is #ABC703. Grayscale: #555555. Windows color (decimal): -11257604 or 16529492. OLE color: 16529492.
HSL color Cylindrical-coordinate representation of color #5438FC: hue angle of 248.57º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5438FC is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 56 | 252 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.01 |
| HSL | 248.57º | 0.97% | 0.6% | - |
| HSV(B) | 248.57º | 0.78% | 0.99% | - |
| XYZ | 22.64 | 11.74 | 93.17 | - |
| YUV | 86.72 | 221.28 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 252 | 0.67 | 0.78 | 0 | 0.01 | 248.57 | 0.97 | 0.6 |
| Hex | 54 | 38 | FC | 43 | 4E | 0 | 1 | F9 | 61 | 3C |
| Octal | 124 | 70 | 374 | 103 | 116 | 0 | 1 | 371 | 141 | 74 |
| Binary | 1010100 | 111000 | 11111100 | 1000011 | 1001110 | 0 | 1 | 11111001 | 1100001 | 111100 |
Color Harmonies of #5438FC
Complementary color
Monochromatic Colors of #5438FC
Black with #5438FC
Text Example
Text Example
White with #5438FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5438FC; }
p { color: rgb(84,56,252); }
H1.HeaderClassName
{
color: #5438FC;
}
.AnyTagClassName
{
color: #5438FC;
}
</style>
background-color css
<style>
a { background-color: #5438FC; }
a { background-color: rgb(84,56,252); }
div.DivClassName
{
background-color: #5438FC;
}
.BgClassName
{
background-color: #5438FC;
}
</style>
border-color css
<style>
span { border-color: #5438FC; }
span { border-color: rgb(84,56,252); }
td.TdClassName
{
border-color: #5438FC;
}
.TagClassName
{
border-color: #5438FC;
}
</style>