Shades of Neon Blue #263AFF
Tints of Neon Blue #263AFF
RGB
CMYK
RGB Variations
Color information
#263AFF (or 0x263AFF) is known color: Neon Blue. HEX triplet: 26, 3A and FF. RGB value is (38,58,255). Sum of RGB (Red+Green+Blue) = 38+58+255=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #263AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263AFF is #D9C500. Grayscale: #494949. Windows color (decimal): -14271745 or 16726566. OLE color: 16726566.
HSL color Cylindrical-coordinate representation of color #263AFF: hue angle of 234.47º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263AFF is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 58 | 255 | - |
| CMYK | 0.85 | 0.77 | 0 | 0 |
| HSL | 234.47º | 1% | 0.57% | - |
| HSV(B) | 234.47º | 0.85% | 1% | - |
| XYZ | 20.36 | 10.66 | 95.59 | - |
| YUV | 74.48 | 229.87 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 255 | 0.85 | 0.77 | 0 | 0 | 234.47 | 1 | 0.57 |
| Hex | 26 | 3A | FF | 55 | 4D | 0 | 0 | EA | 64 | 39 |
| Octal | 46 | 72 | 377 | 125 | 115 | 0 | 0 | 352 | 144 | 71 |
| Binary | 100110 | 111010 | 11111111 | 1010101 | 1001101 | 0 | 0 | 11101010 | 1100100 | 111001 |
Color Harmonies of #263AFF
Complementary color
Monochromatic Colors of #263AFF
Black with #263AFF
Text Example
Text Example
White with #263AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AFF; }
p { color: rgb(38,58,255); }
H1.HeaderClassName
{
color: #263AFF;
}
.AnyTagClassName
{
color: #263AFF;
}
</style>
background-color css
<style>
a { background-color: #263AFF; }
a { background-color: rgb(38,58,255); }
div.DivClassName
{
background-color: #263AFF;
}
.BgClassName
{
background-color: #263AFF;
}
</style>
border-color css
<style>
span { border-color: #263AFF; }
span { border-color: rgb(38,58,255); }
td.TdClassName
{
border-color: #263AFF;
}
.TagClassName
{
border-color: #263AFF;
}
</style>