Shades of Neon Blue #3635EA
Tints of Neon Blue #3635EA
RGB
CMYK
RGB Variations
Color information
#3635EA (or 0x3635EA) is known color: Neon Blue. HEX triplet: 36, 35 and EA. RGB value is (54,53,234). Sum of RGB (Red+Green+Blue) = 54+53+234=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #3635EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3635EA is #C9CA15. Grayscale: #494949. Windows color (decimal): -13224470 or 15349046. OLE color: 15349046.
HSL color Cylindrical-coordinate representation of color #3635EA: hue angle of 240.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3635EA is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 53 | 234 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.08 |
| HSL | 240.33º | 0.81% | 0.56% | - |
| HSV(B) | 240.33º | 0.77% | 0.92% | - |
| XYZ | 17.65 | 9.27 | 78.7 | - |
| YUV | 73.93 | 218.33 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 234 | 0.77 | 0.77 | 0 | 0.08 | 240.33 | 0.81 | 0.56 |
| Hex | 36 | 35 | EA | 4D | 4D | 0 | 8 | F0 | 51 | 38 |
| Octal | 66 | 65 | 352 | 115 | 115 | 0 | 10 | 360 | 121 | 70 |
| Binary | 110110 | 110101 | 11101010 | 1001101 | 1001101 | 0 | 1000 | 11110000 | 1010001 | 111000 |
Color Harmonies of #3635EA
Complementary color
Monochromatic Colors of #3635EA
Black with #3635EA
Text Example
Text Example
White with #3635EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3635EA; }
p { color: rgb(54,53,234); }
H1.HeaderClassName
{
color: #3635EA;
}
.AnyTagClassName
{
color: #3635EA;
}
</style>
background-color css
<style>
a { background-color: #3635EA; }
a { background-color: rgb(54,53,234); }
div.DivClassName
{
background-color: #3635EA;
}
.BgClassName
{
background-color: #3635EA;
}
</style>
border-color css
<style>
span { border-color: #3635EA; }
span { border-color: rgb(54,53,234); }
td.TdClassName
{
border-color: #3635EA;
}
.TagClassName
{
border-color: #3635EA;
}
</style>