Shades of Neon Blue #2635FE
Tints of Neon Blue #2635FE
RGB
CMYK
RGB Variations
Color information
#2635FE (or 0x2635FE) is known color: Neon Blue. HEX triplet: 26, 35 and FE. RGB value is (38,53,254). Sum of RGB (Red+Green+Blue) = 38+53+254=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #2635FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2635FE is #D9CA01. Grayscale: #464646. Windows color (decimal): -14273026 or 16659750. OLE color: 16659750.
HSL color Cylindrical-coordinate representation of color #2635FE: hue angle of 235.83º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2635FE is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 53 | 254 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.00 |
| HSL | 235.83º | 0.99% | 0.57% | - |
| HSV(B) | 235.83º | 0.85% | 1% | - |
| XYZ | 19.96 | 10.11 | 94.67 | - |
| YUV | 71.43 | 231.03 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 254 | 0.85 | 0.79 | 0 | 0.00 | 235.83 | 0.99 | 0.57 |
| Hex | 26 | 35 | FE | 55 | 4F | 0 | 0 | EC | 63 | 39 |
| Octal | 46 | 65 | 376 | 125 | 117 | 0 | 0 | 354 | 143 | 71 |
| Binary | 100110 | 110101 | 11111110 | 1010101 | 1001111 | 0 | 0 | 11101100 | 1100011 | 111001 |
Color Harmonies of #2635FE
Complementary color
Monochromatic Colors of #2635FE
Black with #2635FE
Text Example
Text Example
White with #2635FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2635FE; }
p { color: rgb(38,53,254); }
H1.HeaderClassName
{
color: #2635FE;
}
.AnyTagClassName
{
color: #2635FE;
}
</style>
background-color css
<style>
a { background-color: #2635FE; }
a { background-color: rgb(38,53,254); }
div.DivClassName
{
background-color: #2635FE;
}
.BgClassName
{
background-color: #2635FE;
}
</style>
border-color css
<style>
span { border-color: #2635FE; }
span { border-color: rgb(38,53,254); }
td.TdClassName
{
border-color: #2635FE;
}
.TagClassName
{
border-color: #2635FE;
}
</style>