Shades of Neon Blue #263AFE
Tints of Neon Blue #263AFE
RGB
CMYK
RGB Variations
Color information
#263AFE (or 0x263AFE) is known color: Neon Blue. HEX triplet: 26, 3A and FE. RGB value is (38,58,254). Sum of RGB (Red+Green+Blue) = 38+58+254=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #263AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263AFE is #D9C501. Grayscale: #494949. Windows color (decimal): -14271746 or 16661030. OLE color: 16661030.
HSL color Cylindrical-coordinate representation of color #263AFE: hue angle of 234.44º 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 #263AFE is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 58 | 254 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.00 |
| HSL | 234.44º | 0.99% | 0.57% | - |
| HSV(B) | 234.44º | 0.85% | 1% | - |
| XYZ | 20.2 | 10.59 | 94.75 | - |
| YUV | 74.36 | 229.37 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 254 | 0.85 | 0.77 | 0 | 0.00 | 234.44 | 0.99 | 0.57 |
| Hex | 26 | 3A | FE | 55 | 4D | 0 | 0 | EA | 63 | 39 |
| Octal | 46 | 72 | 376 | 125 | 115 | 0 | 0 | 352 | 143 | 71 |
| Binary | 100110 | 111010 | 11111110 | 1010101 | 1001101 | 0 | 0 | 11101010 | 1100011 | 111001 |
Color Harmonies of #263AFE
Complementary color
Monochromatic Colors of #263AFE
Black with #263AFE
Text Example
Text Example
White with #263AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AFE; }
p { color: rgb(38,58,254); }
H1.HeaderClassName
{
color: #263AFE;
}
.AnyTagClassName
{
color: #263AFE;
}
</style>
background-color css
<style>
a { background-color: #263AFE; }
a { background-color: rgb(38,58,254); }
div.DivClassName
{
background-color: #263AFE;
}
.BgClassName
{
background-color: #263AFE;
}
</style>
border-color css
<style>
span { border-color: #263AFE; }
span { border-color: rgb(38,58,254); }
td.TdClassName
{
border-color: #263AFE;
}
.TagClassName
{
border-color: #263AFE;
}
</style>