Shades of Neon Blue #4736FC
Tints of Neon Blue #4736FC
RGB
CMYK
RGB Variations
Color information
#4736FC (or 0x4736FC) is known color: Neon Blue. HEX triplet: 47, 36 and FC. RGB value is (71,54,252). Sum of RGB (Red+Green+Blue) = 71+54+252=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #4736FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4736FC is #B8C903. Grayscale: #505050. Windows color (decimal): -12110084 or 16528967. OLE color: 16528967.
HSL color Cylindrical-coordinate representation of color #4736FC: hue angle of 245.15º 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 #4736FC is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 54 | 252 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.01 |
| HSL | 245.15º | 0.97% | 0.6% | - |
| HSV(B) | 245.15º | 0.79% | 0.99% | - |
| XYZ | 21.49 | 11.01 | 93.09 | - |
| YUV | 81.66 | 224.13 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 252 | 0.72 | 0.79 | 0 | 0.01 | 245.15 | 0.97 | 0.6 |
| Hex | 47 | 36 | FC | 48 | 4F | 0 | 1 | F5 | 61 | 3C |
| Octal | 107 | 66 | 374 | 110 | 117 | 0 | 1 | 365 | 141 | 74 |
| Binary | 1000111 | 110110 | 11111100 | 1001000 | 1001111 | 0 | 1 | 11110101 | 1100001 | 111100 |
Color Harmonies of #4736FC
Complementary color
Monochromatic Colors of #4736FC
Black with #4736FC
Text Example
Text Example
White with #4736FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4736FC; }
p { color: rgb(71,54,252); }
H1.HeaderClassName
{
color: #4736FC;
}
.AnyTagClassName
{
color: #4736FC;
}
</style>
background-color css
<style>
a { background-color: #4736FC; }
a { background-color: rgb(71,54,252); }
div.DivClassName
{
background-color: #4736FC;
}
.BgClassName
{
background-color: #4736FC;
}
</style>
border-color css
<style>
span { border-color: #4736FC; }
span { border-color: rgb(71,54,252); }
td.TdClassName
{
border-color: #4736FC;
}
.TagClassName
{
border-color: #4736FC;
}
</style>