Shades of Neon Blue #3341ED
Tints of Neon Blue #3341ED
RGB
CMYK
RGB Variations
Color information
#3341ED (or 0x3341ED) is known color: Neon Blue. HEX triplet: 33, 41 and ED. RGB value is (51,65,237). Sum of RGB (Red+Green+Blue) = 51+65+237=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #3341ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3341ED is #CCBE12. Grayscale: #4F4F4F. Windows color (decimal): -13418003 or 15548723. OLE color: 15548723.
HSL color Cylindrical-coordinate representation of color #3341ED: hue angle of 235.48º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3341ED is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 65 | 237 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.07 |
| HSL | 235.48º | 0.84% | 0.56% | - |
| HSV(B) | 235.48º | 0.78% | 0.93% | - |
| XYZ | 18.54 | 10.6 | 81.19 | - |
| YUV | 80.42 | 216.36 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 237 | 0.78 | 0.73 | 0 | 0.07 | 235.48 | 0.84 | 0.56 |
| Hex | 33 | 41 | ED | 4E | 49 | 0 | 7 | EB | 54 | 38 |
| Octal | 63 | 101 | 355 | 116 | 111 | 0 | 7 | 353 | 124 | 70 |
| Binary | 110011 | 1000001 | 11101101 | 1001110 | 1001001 | 0 | 111 | 11101011 | 1010100 | 111000 |
Color Harmonies of #3341ED
Complementary color
Monochromatic Colors of #3341ED
Black with #3341ED
Text Example
Text Example
White with #3341ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3341ED; }
p { color: rgb(51,65,237); }
H1.HeaderClassName
{
color: #3341ED;
}
.AnyTagClassName
{
color: #3341ED;
}
</style>
background-color css
<style>
a { background-color: #3341ED; }
a { background-color: rgb(51,65,237); }
div.DivClassName
{
background-color: #3341ED;
}
.BgClassName
{
background-color: #3341ED;
}
</style>
border-color css
<style>
span { border-color: #3341ED; }
span { border-color: rgb(51,65,237); }
td.TdClassName
{
border-color: #3341ED;
}
.TagClassName
{
border-color: #3341ED;
}
</style>