Shades of Neon Blue #4738DF
Tints of Neon Blue #4738DF
RGB
CMYK
RGB Variations
Color information
#4738DF (or 0x4738DF) is known color: Neon Blue. HEX triplet: 47, 38 and DF. RGB value is (71,56,223). Sum of RGB (Red+Green+Blue) = 71+56+223=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #4738DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4738DF is #B8C720. Grayscale: #4E4E4E. Windows color (decimal): -12109601 or 14628935. OLE color: 14628935.
HSL color Cylindrical-coordinate representation of color #4738DF: hue angle of 245.39º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4738DF is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 56 | 223 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.13 |
| HSL | 245.39º | 0.72% | 0.55% | - |
| HSV(B) | 245.39º | 0.75% | 0.87% | - |
| XYZ | 17.33 | 9.5 | 70.73 | - |
| YUV | 79.52 | 208.97 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 223 | 0.68 | 0.75 | 0 | 0.13 | 245.39 | 0.72 | 0.55 |
| Hex | 47 | 38 | DF | 44 | 4B | 0 | D | F5 | 48 | 37 |
| Octal | 107 | 70 | 337 | 104 | 113 | 0 | 15 | 365 | 110 | 67 |
| Binary | 1000111 | 111000 | 11011111 | 1000100 | 1001011 | 0 | 1101 | 11110101 | 1001000 | 110111 |
Color Harmonies of #4738DF
Complementary color
Monochromatic Colors of #4738DF
Black with #4738DF
Text Example
Text Example
White with #4738DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4738DF; }
p { color: rgb(71,56,223); }
H1.HeaderClassName
{
color: #4738DF;
}
.AnyTagClassName
{
color: #4738DF;
}
</style>
background-color css
<style>
a { background-color: #4738DF; }
a { background-color: rgb(71,56,223); }
div.DivClassName
{
background-color: #4738DF;
}
.BgClassName
{
background-color: #4738DF;
}
</style>
border-color css
<style>
span { border-color: #4738DF; }
span { border-color: rgb(71,56,223); }
td.TdClassName
{
border-color: #4738DF;
}
.TagClassName
{
border-color: #4738DF;
}
</style>