Shades of Neon Blue #2343ED
Tints of Neon Blue #2343ED
RGB
CMYK
RGB Variations
Color information
#2343ED (or 0x2343ED) is known color: Neon Blue. HEX triplet: 23, 43 and ED. RGB value is (35,67,237). Sum of RGB (Red+Green+Blue) = 35+67+237=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #2343ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2343ED is #DCBC12. Grayscale: #4C4C4C. Windows color (decimal): -14466067 or 15549219. OLE color: 15549219.
HSL color Cylindrical-coordinate representation of color #2343ED: hue angle of 230.5º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2343ED is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 67 | 237 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.07 |
| HSL | 230.5º | 0.85% | 0.53% | - |
| HSV(B) | 230.5º | 0.85% | 0.93% | - |
| XYZ | 17.99 | 10.49 | 81.2 | - |
| YUV | 76.81 | 218.4 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 237 | 0.85 | 0.72 | 0 | 0.07 | 230.5 | 0.85 | 0.53 |
| Hex | 23 | 43 | ED | 55 | 48 | 0 | 7 | E6 | 55 | 35 |
| Octal | 43 | 103 | 355 | 125 | 110 | 0 | 7 | 346 | 125 | 65 |
| Binary | 100011 | 1000011 | 11101101 | 1010101 | 1001000 | 0 | 111 | 11100110 | 1010101 | 110101 |
Color Harmonies of #2343ED
Complementary color
Monochromatic Colors of #2343ED
Black with #2343ED
Text Example
Text Example
White with #2343ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2343ED; }
p { color: rgb(35,67,237); }
H1.HeaderClassName
{
color: #2343ED;
}
.AnyTagClassName
{
color: #2343ED;
}
</style>
background-color css
<style>
a { background-color: #2343ED; }
a { background-color: rgb(35,67,237); }
div.DivClassName
{
background-color: #2343ED;
}
.BgClassName
{
background-color: #2343ED;
}
</style>
border-color css
<style>
span { border-color: #2343ED; }
span { border-color: rgb(35,67,237); }
td.TdClassName
{
border-color: #2343ED;
}
.TagClassName
{
border-color: #2343ED;
}
</style>