Shades of Neon Blue #4340DF
Tints of Neon Blue #4340DF
RGB
CMYK
RGB Variations
Color information
#4340DF (or 0x4340DF) is known color: Neon Blue. HEX triplet: 43, 40 and DF. RGB value is (67,64,223). Sum of RGB (Red+Green+Blue) = 67+64+223=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #4340DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4340DF is #BCBF20. Grayscale: #525252. Windows color (decimal): -12369697 or 14630979. OLE color: 14630979.
HSL color Cylindrical-coordinate representation of color #4340DF: hue angle of 241.13º 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 #4340DF is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 64 | 223 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.13 |
| HSL | 241.13º | 0.71% | 0.56% | - |
| HSV(B) | 241.13º | 0.71% | 0.87% | - |
| XYZ | 17.47 | 10.19 | 70.86 | - |
| YUV | 83.02 | 206.99 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 223 | 0.70 | 0.71 | 0 | 0.13 | 241.13 | 0.71 | 0.56 |
| Hex | 43 | 40 | DF | 46 | 47 | 0 | D | F1 | 47 | 38 |
| Octal | 103 | 100 | 337 | 106 | 107 | 0 | 15 | 361 | 107 | 70 |
| Binary | 1000011 | 1000000 | 11011111 | 1000110 | 1000111 | 0 | 1101 | 11110001 | 1000111 | 111000 |
Color Harmonies of #4340DF
Complementary color
Monochromatic Colors of #4340DF
Black with #4340DF
Text Example
Text Example
White with #4340DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4340DF; }
p { color: rgb(67,64,223); }
H1.HeaderClassName
{
color: #4340DF;
}
.AnyTagClassName
{
color: #4340DF;
}
</style>
background-color css
<style>
a { background-color: #4340DF; }
a { background-color: rgb(67,64,223); }
div.DivClassName
{
background-color: #4340DF;
}
.BgClassName
{
background-color: #4340DF;
}
</style>
border-color css
<style>
span { border-color: #4340DF; }
span { border-color: rgb(67,64,223); }
td.TdClassName
{
border-color: #4340DF;
}
.TagClassName
{
border-color: #4340DF;
}
</style>