Shades of Neon Blue #4632FA
Tints of Neon Blue #4632FA
RGB
CMYK
RGB Variations
Color information
#4632FA (or 0x4632FA) is known color: Neon Blue. HEX triplet: 46, 32 and FA. RGB value is (70,50,250). Sum of RGB (Red+Green+Blue) = 70+50+250=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #4632FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4632FA is #B9CD05. Grayscale: #4E4E4E. Windows color (decimal): -12176646 or 16396870. OLE color: 16396870.
HSL color Cylindrical-coordinate representation of color #4632FA: hue angle of 246º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4632FA is Cyan = 0.72, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 50 | 250 | - |
| CMYK | 0.72 | 0.8 | 0 | 0.02 |
| HSL | 246º | 0.95% | 0.59% | - |
| HSV(B) | 246º | 0.8% | 0.98% | - |
| XYZ | 20.92 | 10.49 | 91.36 | - |
| YUV | 78.78 | 224.63 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 250 | 0.72 | 0.8 | 0 | 0.02 | 246 | 0.95 | 0.59 |
| Hex | 46 | 32 | FA | 48 | 50 | 0 | 2 | F6 | 5F | 3B |
| Octal | 106 | 62 | 372 | 110 | 120 | 0 | 2 | 366 | 137 | 73 |
| Binary | 1000110 | 110010 | 11111010 | 1001000 | 1010000 | 0 | 10 | 11110110 | 1011111 | 111011 |
Color Harmonies of #4632FA
Complementary color
Monochromatic Colors of #4632FA
Black with #4632FA
Text Example
Text Example
White with #4632FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632FA; }
p { color: rgb(70,50,250); }
H1.HeaderClassName
{
color: #4632FA;
}
.AnyTagClassName
{
color: #4632FA;
}
</style>
background-color css
<style>
a { background-color: #4632FA; }
a { background-color: rgb(70,50,250); }
div.DivClassName
{
background-color: #4632FA;
}
.BgClassName
{
background-color: #4632FA;
}
</style>
border-color css
<style>
span { border-color: #4632FA; }
span { border-color: rgb(70,50,250); }
td.TdClassName
{
border-color: #4632FA;
}
.TagClassName
{
border-color: #4632FA;
}
</style>