Shades of Neon Blue #4732FA
Tints of Neon Blue #4732FA
RGB
CMYK
RGB Variations
Color information
#4732FA (or 0x4732FA) is known color: Neon Blue. HEX triplet: 47, 32 and FA. RGB value is (71,50,250). Sum of RGB (Red+Green+Blue) = 71+50+250=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #4732FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4732FA is #B8CD05. Grayscale: #4E4E4E. Windows color (decimal): -12111110 or 16396871. OLE color: 16396871.
HSL color Cylindrical-coordinate representation of color #4732FA: hue angle of 246.3º 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 #4732FA is Cyan = 0.72, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 50 | 250 | - |
| CMYK | 0.72 | 0.8 | 0 | 0.02 |
| HSL | 246.3º | 0.95% | 0.59% | - |
| HSV(B) | 246.3º | 0.8% | 0.98% | - |
| XYZ | 20.99 | 10.52 | 91.37 | - |
| YUV | 79.08 | 224.46 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 250 | 0.72 | 0.8 | 0 | 0.02 | 246.3 | 0.95 | 0.59 |
| Hex | 47 | 32 | FA | 48 | 50 | 0 | 2 | F6 | 5F | 3B |
| Octal | 107 | 62 | 372 | 110 | 120 | 0 | 2 | 366 | 137 | 73 |
| Binary | 1000111 | 110010 | 11111010 | 1001000 | 1010000 | 0 | 10 | 11110110 | 1011111 | 111011 |
Color Harmonies of #4732FA
Complementary color
Monochromatic Colors of #4732FA
Black with #4732FA
Text Example
Text Example
White with #4732FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4732FA; }
p { color: rgb(71,50,250); }
H1.HeaderClassName
{
color: #4732FA;
}
.AnyTagClassName
{
color: #4732FA;
}
</style>
background-color css
<style>
a { background-color: #4732FA; }
a { background-color: rgb(71,50,250); }
div.DivClassName
{
background-color: #4732FA;
}
.BgClassName
{
background-color: #4732FA;
}
</style>
border-color css
<style>
span { border-color: #4732FA; }
span { border-color: rgb(71,50,250); }
td.TdClassName
{
border-color: #4732FA;
}
.TagClassName
{
border-color: #4732FA;
}
</style>