Shades of Neon Blue #2341ED
Tints of Neon Blue #2341ED
RGB
CMYK
RGB Variations
Color information
#2341ED (or 0x2341ED) is known color: Neon Blue. HEX triplet: 23, 41 and ED. RGB value is (35,65,237). Sum of RGB (Red+Green+Blue) = 35+65+237=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #2341ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2341ED is #DCBE12. Grayscale: #4A4A4A. Windows color (decimal): -14466579 or 15548707. OLE color: 15548707.
HSL color Cylindrical-coordinate representation of color #2341ED: hue angle of 231.09º 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 #2341ED is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 65 | 237 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.07 |
| HSL | 231.09º | 0.85% | 0.53% | - |
| HSV(B) | 231.09º | 0.85% | 0.93% | - |
| XYZ | 17.87 | 10.25 | 81.16 | - |
| YUV | 75.64 | 219.06 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 237 | 0.85 | 0.73 | 0 | 0.07 | 231.09 | 0.85 | 0.53 |
| Hex | 23 | 41 | ED | 55 | 49 | 0 | 7 | E7 | 55 | 35 |
| Octal | 43 | 101 | 355 | 125 | 111 | 0 | 7 | 347 | 125 | 65 |
| Binary | 100011 | 1000001 | 11101101 | 1010101 | 1001001 | 0 | 111 | 11100111 | 1010101 | 110101 |
Color Harmonies of #2341ED
Complementary color
Monochromatic Colors of #2341ED
Black with #2341ED
Text Example
Text Example
White with #2341ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341ED; }
p { color: rgb(35,65,237); }
H1.HeaderClassName
{
color: #2341ED;
}
.AnyTagClassName
{
color: #2341ED;
}
</style>
background-color css
<style>
a { background-color: #2341ED; }
a { background-color: rgb(35,65,237); }
div.DivClassName
{
background-color: #2341ED;
}
.BgClassName
{
background-color: #2341ED;
}
</style>
border-color css
<style>
span { border-color: #2341ED; }
span { border-color: rgb(35,65,237); }
td.TdClassName
{
border-color: #2341ED;
}
.TagClassName
{
border-color: #2341ED;
}
</style>