Shades of Neon Blue #3635FF
Tints of Neon Blue #3635FF
RGB
CMYK
RGB Variations
Color information
#3635FF (or 0x3635FF) is known color: Neon Blue. HEX triplet: 36, 35 and FF. RGB value is (54,53,255). Sum of RGB (Red+Green+Blue) = 54+53+255=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #3635FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3635FF is #C9CA00. Grayscale: #4B4B4B. Windows color (decimal): -13224449 or 16725302. OLE color: 16725302.
HSL color Cylindrical-coordinate representation of color #3635FF: hue angle of 240.3º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3635FF is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 53 | 255 | - |
| CMYK | 0.79 | 0.79 | 0 | 0 |
| HSL | 240.3º | 1% | 0.6% | - |
| HSV(B) | 240.3º | 0.79% | 1% | - |
| XYZ | 20.84 | 10.55 | 95.55 | - |
| YUV | 76.33 | 228.83 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 255 | 0.79 | 0.79 | 0 | 0 | 240.3 | 1 | 0.6 |
| Hex | 36 | 35 | FF | 4F | 4F | 0 | 0 | F0 | 64 | 3C |
| Octal | 66 | 65 | 377 | 117 | 117 | 0 | 0 | 360 | 144 | 74 |
| Binary | 110110 | 110101 | 11111111 | 1001111 | 1001111 | 0 | 0 | 11110000 | 1100100 | 111100 |
Color Harmonies of #3635FF
Complementary color
Monochromatic Colors of #3635FF
Black with #3635FF
Text Example
Text Example
White with #3635FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3635FF; }
p { color: rgb(54,53,255); }
H1.HeaderClassName
{
color: #3635FF;
}
.AnyTagClassName
{
color: #3635FF;
}
</style>
background-color css
<style>
a { background-color: #3635FF; }
a { background-color: rgb(54,53,255); }
div.DivClassName
{
background-color: #3635FF;
}
.BgClassName
{
background-color: #3635FF;
}
</style>
border-color css
<style>
span { border-color: #3635FF; }
span { border-color: rgb(54,53,255); }
td.TdClassName
{
border-color: #3635FF;
}
.TagClassName
{
border-color: #3635FF;
}
</style>