Shades of Neon Blue #2345ED
Tints of Neon Blue #2345ED
RGB
CMYK
RGB Variations
Color information
#2345ED (or 0x2345ED) is known color: Neon Blue. HEX triplet: 23, 45 and ED. RGB value is (35,69,237). Sum of RGB (Red+Green+Blue) = 35+69+237=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #2345ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2345ED is #DCBA12. Grayscale: #4D4D4D. Windows color (decimal): -14465555 or 15549731. OLE color: 15549731.
HSL color Cylindrical-coordinate representation of color #2345ED: hue angle of 229.9º 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 #2345ED is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 69 | 237 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.07 |
| HSL | 229.9º | 0.85% | 0.53% | - |
| HSV(B) | 229.9º | 0.85% | 0.93% | - |
| XYZ | 18.11 | 10.73 | 81.24 | - |
| YUV | 77.99 | 217.74 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 237 | 0.85 | 0.71 | 0 | 0.07 | 229.9 | 0.85 | 0.53 |
| Hex | 23 | 45 | ED | 55 | 47 | 0 | 7 | E6 | 55 | 35 |
| Octal | 43 | 105 | 355 | 125 | 107 | 0 | 7 | 346 | 125 | 65 |
| Binary | 100011 | 1000101 | 11101101 | 1010101 | 1000111 | 0 | 111 | 11100110 | 1010101 | 110101 |
Color Harmonies of #2345ED
Complementary color
Monochromatic Colors of #2345ED
Black with #2345ED
Text Example
Text Example
White with #2345ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2345ED; }
p { color: rgb(35,69,237); }
H1.HeaderClassName
{
color: #2345ED;
}
.AnyTagClassName
{
color: #2345ED;
}
</style>
background-color css
<style>
a { background-color: #2345ED; }
a { background-color: rgb(35,69,237); }
div.DivClassName
{
background-color: #2345ED;
}
.BgClassName
{
background-color: #2345ED;
}
</style>
border-color css
<style>
span { border-color: #2345ED; }
span { border-color: rgb(35,69,237); }
td.TdClassName
{
border-color: #2345ED;
}
.TagClassName
{
border-color: #2345ED;
}
</style>