Shades of Neon Blue #4733FA
Tints of Neon Blue #4733FA
RGB
CMYK
RGB Variations
Color information
#4733FA (or 0x4733FA) is known color: Neon Blue. HEX triplet: 47, 33 and FA. RGB value is (71,51,250). Sum of RGB (Red+Green+Blue) = 71+51+250=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #4733FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4733FA is #B8CC05. Grayscale: #4E4E4E. Windows color (decimal): -12110854 or 16397127. OLE color: 16397127.
HSL color Cylindrical-coordinate representation of color #4733FA: hue angle of 246.03º 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 #4733FA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 51 | 250 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.02 |
| HSL | 246.03º | 0.95% | 0.59% | - |
| HSV(B) | 246.03º | 0.8% | 0.98% | - |
| XYZ | 21.04 | 10.61 | 91.38 | - |
| YUV | 79.67 | 224.13 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 250 | 0.72 | 0.80 | 0 | 0.02 | 246.03 | 0.95 | 0.59 |
| Hex | 47 | 33 | FA | 48 | 50 | 0 | 2 | F6 | 5F | 3B |
| Octal | 107 | 63 | 372 | 110 | 120 | 0 | 2 | 366 | 137 | 73 |
| Binary | 1000111 | 110011 | 11111010 | 1001000 | 1010000 | 0 | 10 | 11110110 | 1011111 | 111011 |
Color Harmonies of #4733FA
Complementary color
Monochromatic Colors of #4733FA
Black with #4733FA
Text Example
Text Example
White with #4733FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4733FA; }
p { color: rgb(71,51,250); }
H1.HeaderClassName
{
color: #4733FA;
}
.AnyTagClassName
{
color: #4733FA;
}
</style>
background-color css
<style>
a { background-color: #4733FA; }
a { background-color: rgb(71,51,250); }
div.DivClassName
{
background-color: #4733FA;
}
.BgClassName
{
background-color: #4733FA;
}
</style>
border-color css
<style>
span { border-color: #4733FA; }
span { border-color: rgb(71,51,250); }
td.TdClassName
{
border-color: #4733FA;
}
.TagClassName
{
border-color: #4733FA;
}
</style>