Shades of Neon Blue #4734DF
Tints of Neon Blue #4734DF
RGB
CMYK
RGB Variations
Color information
#4734DF (or 0x4734DF) is known color: Neon Blue. HEX triplet: 47, 34 and DF. RGB value is (71,52,223). Sum of RGB (Red+Green+Blue) = 71+52+223=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #4734DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4734DF is #B8CB20. Grayscale: #4C4C4C. Windows color (decimal): -12110625 or 14627911. OLE color: 14627911.
HSL color Cylindrical-coordinate representation of color #4734DF: hue angle of 246.67º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4734DF is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 52 | 223 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.13 |
| HSL | 246.67º | 0.73% | 0.54% | - |
| HSV(B) | 246.67º | 0.77% | 0.87% | - |
| XYZ | 17.15 | 9.12 | 70.67 | - |
| YUV | 77.18 | 210.29 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 223 | 0.68 | 0.77 | 0 | 0.13 | 246.67 | 0.73 | 0.54 |
| Hex | 47 | 34 | DF | 44 | 4D | 0 | D | F7 | 49 | 36 |
| Octal | 107 | 64 | 337 | 104 | 115 | 0 | 15 | 367 | 111 | 66 |
| Binary | 1000111 | 110100 | 11011111 | 1000100 | 1001101 | 0 | 1101 | 11110111 | 1001001 | 110110 |
Color Harmonies of #4734DF
Complementary color
Monochromatic Colors of #4734DF
Black with #4734DF
Text Example
Text Example
White with #4734DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4734DF; }
p { color: rgb(71,52,223); }
H1.HeaderClassName
{
color: #4734DF;
}
.AnyTagClassName
{
color: #4734DF;
}
</style>
background-color css
<style>
a { background-color: #4734DF; }
a { background-color: rgb(71,52,223); }
div.DivClassName
{
background-color: #4734DF;
}
.BgClassName
{
background-color: #4734DF;
}
</style>
border-color css
<style>
span { border-color: #4734DF; }
span { border-color: rgb(71,52,223); }
td.TdClassName
{
border-color: #4734DF;
}
.TagClassName
{
border-color: #4734DF;
}
</style>