Shades of Neon Blue #5438FB
Tints of Neon Blue #5438FB
RGB
CMYK
RGB Variations
Color information
#5438FB (or 0x5438FB) is known color: Neon Blue. HEX triplet: 54, 38 and FB. RGB value is (84,56,251). Sum of RGB (Red+Green+Blue) = 84+56+251=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #5438FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5438FB is #ABC704. Grayscale: #555555. Windows color (decimal): -11257605 or 16463956. OLE color: 16463956.
HSL color Cylindrical-coordinate representation of color #5438FB: hue angle of 248.62º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5438FB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 56 | 251 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.02 |
| HSL | 248.62º | 0.96% | 0.6% | - |
| HSV(B) | 248.62º | 0.78% | 0.98% | - |
| XYZ | 22.48 | 11.68 | 92.34 | - |
| YUV | 86.6 | 220.78 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 251 | 0.67 | 0.78 | 0 | 0.02 | 248.62 | 0.96 | 0.6 |
| Hex | 54 | 38 | FB | 43 | 4E | 0 | 2 | F9 | 60 | 3C |
| Octal | 124 | 70 | 373 | 103 | 116 | 0 | 2 | 371 | 140 | 74 |
| Binary | 1010100 | 111000 | 11111011 | 1000011 | 1001110 | 0 | 10 | 11111001 | 1100000 | 111100 |
Color Harmonies of #5438FB
Complementary color
Monochromatic Colors of #5438FB
Black with #5438FB
Text Example
Text Example
White with #5438FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5438FB; }
p { color: rgb(84,56,251); }
H1.HeaderClassName
{
color: #5438FB;
}
.AnyTagClassName
{
color: #5438FB;
}
</style>
background-color css
<style>
a { background-color: #5438FB; }
a { background-color: rgb(84,56,251); }
div.DivClassName
{
background-color: #5438FB;
}
.BgClassName
{
background-color: #5438FB;
}
</style>
border-color css
<style>
span { border-color: #5438FB; }
span { border-color: rgb(84,56,251); }
td.TdClassName
{
border-color: #5438FB;
}
.TagClassName
{
border-color: #5438FB;
}
</style>