Shades of Neon Blue #4640DF
Tints of Neon Blue #4640DF
RGB
CMYK
RGB Variations
Color information
#4640DF (or 0x4640DF) is known color: Neon Blue. HEX triplet: 46, 40 and DF. RGB value is (70,64,223). Sum of RGB (Red+Green+Blue) = 70+64+223=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #4640DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4640DF is #B9BF20. Grayscale: #535353. Windows color (decimal): -12173089 or 14630982. OLE color: 14630982.
HSL color Cylindrical-coordinate representation of color #4640DF: hue angle of 242.26º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4640DF is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 64 | 223 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.13 |
| HSL | 242.26º | 0.71% | 0.56% | - |
| HSV(B) | 242.26º | 0.71% | 0.87% | - |
| XYZ | 17.68 | 10.3 | 70.87 | - |
| YUV | 83.92 | 206.49 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 223 | 0.69 | 0.71 | 0 | 0.13 | 242.26 | 0.71 | 0.56 |
| Hex | 46 | 40 | DF | 45 | 47 | 0 | D | F2 | 47 | 38 |
| Octal | 106 | 100 | 337 | 105 | 107 | 0 | 15 | 362 | 107 | 70 |
| Binary | 1000110 | 1000000 | 11011111 | 1000101 | 1000111 | 0 | 1101 | 11110010 | 1000111 | 111000 |
Color Harmonies of #4640DF
Complementary color
Monochromatic Colors of #4640DF
Black with #4640DF
Text Example
Text Example
White with #4640DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4640DF; }
p { color: rgb(70,64,223); }
H1.HeaderClassName
{
color: #4640DF;
}
.AnyTagClassName
{
color: #4640DF;
}
</style>
background-color css
<style>
a { background-color: #4640DF; }
a { background-color: rgb(70,64,223); }
div.DivClassName
{
background-color: #4640DF;
}
.BgClassName
{
background-color: #4640DF;
}
</style>
border-color css
<style>
span { border-color: #4640DF; }
span { border-color: rgb(70,64,223); }
td.TdClassName
{
border-color: #4640DF;
}
.TagClassName
{
border-color: #4640DF;
}
</style>