Shades of Neon Blue #263AFB
Tints of Neon Blue #263AFB
RGB
CMYK
RGB Variations
Color information
#263AFB (or 0x263AFB) is known color: Neon Blue. HEX triplet: 26, 3A and FB. RGB value is (38,58,251). Sum of RGB (Red+Green+Blue) = 38+58+251=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #263AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263AFB is #D9C504. Grayscale: #494949. Windows color (decimal): -14271749 or 16464422. OLE color: 16464422.
HSL color Cylindrical-coordinate representation of color #263AFB: hue angle of 234.37º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263AFB is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 58 | 251 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.02 |
| HSL | 234.37º | 0.96% | 0.57% | - |
| HSV(B) | 234.37º | 0.85% | 0.98% | - |
| XYZ | 19.72 | 10.4 | 92.24 | - |
| YUV | 74.02 | 227.87 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 251 | 0.85 | 0.77 | 0 | 0.02 | 234.37 | 0.96 | 0.57 |
| Hex | 26 | 3A | FB | 55 | 4D | 0 | 2 | EA | 60 | 39 |
| Octal | 46 | 72 | 373 | 125 | 115 | 0 | 2 | 352 | 140 | 71 |
| Binary | 100110 | 111010 | 11111011 | 1010101 | 1001101 | 0 | 10 | 11101010 | 1100000 | 111001 |
Color Harmonies of #263AFB
Complementary color
Monochromatic Colors of #263AFB
Black with #263AFB
Text Example
Text Example
White with #263AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AFB; }
p { color: rgb(38,58,251); }
H1.HeaderClassName
{
color: #263AFB;
}
.AnyTagClassName
{
color: #263AFB;
}
</style>
background-color css
<style>
a { background-color: #263AFB; }
a { background-color: rgb(38,58,251); }
div.DivClassName
{
background-color: #263AFB;
}
.BgClassName
{
background-color: #263AFB;
}
</style>
border-color css
<style>
span { border-color: #263AFB; }
span { border-color: rgb(38,58,251); }
td.TdClassName
{
border-color: #263AFB;
}
.TagClassName
{
border-color: #263AFB;
}
</style>