Shades of Neon Blue #263FEC
Tints of Neon Blue #263FEC
RGB
CMYK
RGB Variations
Color information
#263FEC (or 0x263FEC) is known color: Neon Blue. HEX triplet: 26, 3F and EC. RGB value is (38,63,236). Sum of RGB (Red+Green+Blue) = 38+63+236=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #263FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263FEC is #D9C013. Grayscale: #4A4A4A. Windows color (decimal): -14270484 or 15482662. OLE color: 15482662.
HSL color Cylindrical-coordinate representation of color #263FEC: hue angle of 232.42º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263FEC is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 63 | 236 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.07 |
| HSL | 232.42º | 0.84% | 0.54% | - |
| HSV(B) | 232.42º | 0.84% | 0.93% | - |
| XYZ | 17.72 | 10.02 | 80.36 | - |
| YUV | 75.25 | 218.72 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 236 | 0.84 | 0.73 | 0 | 0.07 | 232.42 | 0.84 | 0.54 |
| Hex | 26 | 3F | EC | 54 | 49 | 0 | 7 | E8 | 54 | 36 |
| Octal | 46 | 77 | 354 | 124 | 111 | 0 | 7 | 350 | 124 | 66 |
| Binary | 100110 | 111111 | 11101100 | 1010100 | 1001001 | 0 | 111 | 11101000 | 1010100 | 110110 |
Color Harmonies of #263FEC
Complementary color
Monochromatic Colors of #263FEC
Black with #263FEC
Text Example
Text Example
White with #263FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FEC; }
p { color: rgb(38,63,236); }
H1.HeaderClassName
{
color: #263FEC;
}
.AnyTagClassName
{
color: #263FEC;
}
</style>
background-color css
<style>
a { background-color: #263FEC; }
a { background-color: rgb(38,63,236); }
div.DivClassName
{
background-color: #263FEC;
}
.BgClassName
{
background-color: #263FEC;
}
</style>
border-color css
<style>
span { border-color: #263FEC; }
span { border-color: rgb(38,63,236); }
td.TdClassName
{
border-color: #263FEC;
}
.TagClassName
{
border-color: #263FEC;
}
</style>