Shades of Neon Blue #2835FC
Tints of Neon Blue #2835FC
RGB
CMYK
RGB Variations
Color information
#2835FC (or 0x2835FC) is known color: Neon Blue. HEX triplet: 28, 35 and FC. RGB value is (40,53,252). Sum of RGB (Red+Green+Blue) = 40+53+252=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #2835FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2835FC is #D7CA03. Grayscale: #464646. Windows color (decimal): -14141956 or 16528680. OLE color: 16528680.
HSL color Cylindrical-coordinate representation of color #2835FC: hue angle of 236.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2835FC is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 53 | 252 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.01 |
| HSL | 236.32º | 0.97% | 0.57% | - |
| HSV(B) | 236.32º | 0.84% | 0.99% | - |
| XYZ | 19.72 | 10.03 | 92.99 | - |
| YUV | 71.8 | 229.69 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 252 | 0.84 | 0.79 | 0 | 0.01 | 236.32 | 0.97 | 0.57 |
| Hex | 28 | 35 | FC | 54 | 4F | 0 | 1 | EC | 61 | 39 |
| Octal | 50 | 65 | 374 | 124 | 117 | 0 | 1 | 354 | 141 | 71 |
| Binary | 101000 | 110101 | 11111100 | 1010100 | 1001111 | 0 | 1 | 11101100 | 1100001 | 111001 |
Color Harmonies of #2835FC
Complementary color
Monochromatic Colors of #2835FC
Black with #2835FC
Text Example
Text Example
White with #2835FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2835FC; }
p { color: rgb(40,53,252); }
H1.HeaderClassName
{
color: #2835FC;
}
.AnyTagClassName
{
color: #2835FC;
}
</style>
background-color css
<style>
a { background-color: #2835FC; }
a { background-color: rgb(40,53,252); }
div.DivClassName
{
background-color: #2835FC;
}
.BgClassName
{
background-color: #2835FC;
}
</style>
border-color css
<style>
span { border-color: #2835FC; }
span { border-color: rgb(40,53,252); }
td.TdClassName
{
border-color: #2835FC;
}
.TagClassName
{
border-color: #2835FC;
}
</style>