Shades of Neon Blue #4636FC
Tints of Neon Blue #4636FC
RGB
CMYK
RGB Variations
Color information
#4636FC (or 0x4636FC) is known color: Neon Blue. HEX triplet: 46, 36 and FC. RGB value is (70,54,252). Sum of RGB (Red+Green+Blue) = 70+54+252=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #4636FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4636FC is #B9C903. Grayscale: #505050. Windows color (decimal): -12175620 or 16528966. OLE color: 16528966.
HSL color Cylindrical-coordinate representation of color #4636FC: hue angle of 244.85º 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 #4636FC is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 54 | 252 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.01 |
| HSL | 244.85º | 0.97% | 0.6% | - |
| HSV(B) | 244.85º | 0.79% | 0.99% | - |
| XYZ | 21.42 | 10.97 | 93.08 | - |
| YUV | 81.36 | 224.3 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 252 | 0.72 | 0.79 | 0 | 0.01 | 244.85 | 0.97 | 0.6 |
| Hex | 46 | 36 | FC | 48 | 4F | 0 | 1 | F5 | 61 | 3C |
| Octal | 106 | 66 | 374 | 110 | 117 | 0 | 1 | 365 | 141 | 74 |
| Binary | 1000110 | 110110 | 11111100 | 1001000 | 1001111 | 0 | 1 | 11110101 | 1100001 | 111100 |
Color Harmonies of #4636FC
Complementary color
Monochromatic Colors of #4636FC
Black with #4636FC
Text Example
Text Example
White with #4636FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4636FC; }
p { color: rgb(70,54,252); }
H1.HeaderClassName
{
color: #4636FC;
}
.AnyTagClassName
{
color: #4636FC;
}
</style>
background-color css
<style>
a { background-color: #4636FC; }
a { background-color: rgb(70,54,252); }
div.DivClassName
{
background-color: #4636FC;
}
.BgClassName
{
background-color: #4636FC;
}
</style>
border-color css
<style>
span { border-color: #4636FC; }
span { border-color: rgb(70,54,252); }
td.TdClassName
{
border-color: #4636FC;
}
.TagClassName
{
border-color: #4636FC;
}
</style>