Shades of Neon Blue #4634DF
Tints of Neon Blue #4634DF
RGB
CMYK
RGB Variations
Color information
#4634DF (or 0x4634DF) is known color: Neon Blue. HEX triplet: 46, 34 and DF. RGB value is (70,52,223). Sum of RGB (Red+Green+Blue) = 70+52+223=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #4634DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4634DF is #B9CB20. Grayscale: #4C4C4C. Windows color (decimal): -12176161 or 14627910. OLE color: 14627910.
HSL color Cylindrical-coordinate representation of color #4634DF: hue angle of 246.32º 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 #4634DF is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 52 | 223 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.13 |
| HSL | 246.32º | 0.73% | 0.54% | - |
| HSV(B) | 246.32º | 0.77% | 0.87% | - |
| XYZ | 17.07 | 9.09 | 70.67 | - |
| YUV | 76.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 223 | 0.69 | 0.77 | 0 | 0.13 | 246.32 | 0.73 | 0.54 |
| Hex | 46 | 34 | DF | 45 | 4D | 0 | D | F6 | 49 | 36 |
| Octal | 106 | 64 | 337 | 105 | 115 | 0 | 15 | 366 | 111 | 66 |
| Binary | 1000110 | 110100 | 11011111 | 1000101 | 1001101 | 0 | 1101 | 11110110 | 1001001 | 110110 |
Color Harmonies of #4634DF
Complementary color
Monochromatic Colors of #4634DF
Black with #4634DF
Text Example
Text Example
White with #4634DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4634DF; }
p { color: rgb(70,52,223); }
H1.HeaderClassName
{
color: #4634DF;
}
.AnyTagClassName
{
color: #4634DF;
}
</style>
background-color css
<style>
a { background-color: #4634DF; }
a { background-color: rgb(70,52,223); }
div.DivClassName
{
background-color: #4634DF;
}
.BgClassName
{
background-color: #4634DF;
}
</style>
border-color css
<style>
span { border-color: #4634DF; }
span { border-color: rgb(70,52,223); }
td.TdClassName
{
border-color: #4634DF;
}
.TagClassName
{
border-color: #4634DF;
}
</style>