Shades of Neon Blue #5034FC
Tints of Neon Blue #5034FC
RGB
CMYK
RGB Variations
Color information
#5034FC (or 0x5034FC) is known color: Neon Blue. HEX triplet: 50, 34 and FC. RGB value is (80,52,252). Sum of RGB (Red+Green+Blue) = 80+52+252=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #5034FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5034FC is #AFCB03. Grayscale: #525252. Windows color (decimal): -11520772 or 16528464. OLE color: 16528464.
HSL color Cylindrical-coordinate representation of color #5034FC: hue angle of 248.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5034FC is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 52 | 252 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.01 |
| HSL | 248.4º | 0.97% | 0.6% | - |
| HSV(B) | 248.4º | 0.79% | 0.99% | - |
| XYZ | 22.11 | 11.19 | 93.09 | - |
| YUV | 83.17 | 223.28 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 252 | 0.68 | 0.79 | 0 | 0.01 | 248.4 | 0.97 | 0.6 |
| Hex | 50 | 34 | FC | 44 | 4F | 0 | 1 | F8 | 61 | 3C |
| Octal | 120 | 64 | 374 | 104 | 117 | 0 | 1 | 370 | 141 | 74 |
| Binary | 1010000 | 110100 | 11111100 | 1000100 | 1001111 | 0 | 1 | 11111000 | 1100001 | 111100 |
Color Harmonies of #5034FC
Complementary color
Monochromatic Colors of #5034FC
Black with #5034FC
Text Example
Text Example
White with #5034FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5034FC; }
p { color: rgb(80,52,252); }
H1.HeaderClassName
{
color: #5034FC;
}
.AnyTagClassName
{
color: #5034FC;
}
</style>
background-color css
<style>
a { background-color: #5034FC; }
a { background-color: rgb(80,52,252); }
div.DivClassName
{
background-color: #5034FC;
}
.BgClassName
{
background-color: #5034FC;
}
</style>
border-color css
<style>
span { border-color: #5034FC; }
span { border-color: rgb(80,52,252); }
td.TdClassName
{
border-color: #5034FC;
}
.TagClassName
{
border-color: #5034FC;
}
</style>