Shades of Neon Blue #263CEA
Tints of Neon Blue #263CEA
RGB
CMYK
RGB Variations
Color information
#263CEA (or 0x263CEA) is known color: Neon Blue. HEX triplet: 26, 3C and EA. RGB value is (38,60,234). Sum of RGB (Red+Green+Blue) = 38+60+234=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #263CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263CEA is #D9C315. Grayscale: #484848. Windows color (decimal): -14271254 or 15350822. OLE color: 15350822.
HSL color Cylindrical-coordinate representation of color #263CEA: hue angle of 233.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263CEA is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 60 | 234 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.08 |
| HSL | 233.27º | 0.82% | 0.53% | - |
| HSV(B) | 233.27º | 0.84% | 0.92% | - |
| XYZ | 17.27 | 9.58 | 78.78 | - |
| YUV | 73.26 | 218.71 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 234 | 0.84 | 0.74 | 0 | 0.08 | 233.27 | 0.82 | 0.53 |
| Hex | 26 | 3C | EA | 54 | 4A | 0 | 8 | E9 | 52 | 35 |
| Octal | 46 | 74 | 352 | 124 | 112 | 0 | 10 | 351 | 122 | 65 |
| Binary | 100110 | 111100 | 11101010 | 1010100 | 1001010 | 0 | 1000 | 11101001 | 1010010 | 110101 |
Color Harmonies of #263CEA
Complementary color
Monochromatic Colors of #263CEA
Black with #263CEA
Text Example
Text Example
White with #263CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CEA; }
p { color: rgb(38,60,234); }
H1.HeaderClassName
{
color: #263CEA;
}
.AnyTagClassName
{
color: #263CEA;
}
</style>
background-color css
<style>
a { background-color: #263CEA; }
a { background-color: rgb(38,60,234); }
div.DivClassName
{
background-color: #263CEA;
}
.BgClassName
{
background-color: #263CEA;
}
</style>
border-color css
<style>
span { border-color: #263CEA; }
span { border-color: rgb(38,60,234); }
td.TdClassName
{
border-color: #263CEA;
}
.TagClassName
{
border-color: #263CEA;
}
</style>