Shades of Neon Blue #4632FD
Tints of Neon Blue #4632FD
RGB
CMYK
RGB Variations
Color information
#4632FD (or 0x4632FD) is known color: Neon Blue. HEX triplet: 46, 32 and FD. RGB value is (70,50,253). Sum of RGB (Red+Green+Blue) = 70+50+253=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #4632FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4632FD is #B9CD02. Grayscale: #4E4E4E. Windows color (decimal): -12176643 or 16593478. OLE color: 16593478.
HSL color Cylindrical-coordinate representation of color #4632FD: hue angle of 245.91º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4632FD is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 50 | 253 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.01 |
| HSL | 245.91º | 0.98% | 0.59% | - |
| HSV(B) | 245.91º | 0.8% | 0.99% | - |
| XYZ | 21.4 | 10.68 | 93.86 | - |
| YUV | 79.12 | 226.13 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 253 | 0.72 | 0.80 | 0 | 0.01 | 245.91 | 0.98 | 0.59 |
| Hex | 46 | 32 | FD | 48 | 50 | 0 | 1 | F6 | 62 | 3B |
| Octal | 106 | 62 | 375 | 110 | 120 | 0 | 1 | 366 | 142 | 73 |
| Binary | 1000110 | 110010 | 11111101 | 1001000 | 1010000 | 0 | 1 | 11110110 | 1100010 | 111011 |
Color Harmonies of #4632FD
Complementary color
Monochromatic Colors of #4632FD
Black with #4632FD
Text Example
Text Example
White with #4632FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632FD; }
p { color: rgb(70,50,253); }
H1.HeaderClassName
{
color: #4632FD;
}
.AnyTagClassName
{
color: #4632FD;
}
</style>
background-color css
<style>
a { background-color: #4632FD; }
a { background-color: rgb(70,50,253); }
div.DivClassName
{
background-color: #4632FD;
}
.BgClassName
{
background-color: #4632FD;
}
</style>
border-color css
<style>
span { border-color: #4632FD; }
span { border-color: rgb(70,50,253); }
td.TdClassName
{
border-color: #4632FD;
}
.TagClassName
{
border-color: #4632FD;
}
</style>