Shades of Neon Blue #263AF4
Tints of Neon Blue #263AF4
RGB
CMYK
RGB Variations
Color information
#263AF4 (or 0x263AF4) is known color: Neon Blue. HEX triplet: 26, 3A and F4. RGB value is (38,58,244). Sum of RGB (Red+Green+Blue) = 38+58+244=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 244 (95.70% from 255 or 71.76% from 340); Max value from RGB is 244 - color contains mainly: blue. Hex color #263AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263AF4 is #D9C50B. Grayscale: #484848. Windows color (decimal): -14271756 or 16005670. OLE color: 16005670.
HSL color Cylindrical-coordinate representation of color #263AF4: hue angle of 234.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263AF4 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 58 | 244 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.04 |
| HSL | 234.17º | 0.9% | 0.55% | - |
| HSV(B) | 234.17º | 0.84% | 0.96% | - |
| XYZ | 18.64 | 9.97 | 86.53 | - |
| YUV | 73.22 | 224.37 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 244 | 0.84 | 0.76 | 0 | 0.04 | 234.17 | 0.9 | 0.55 |
| Hex | 26 | 3A | F4 | 54 | 4C | 0 | 4 | EA | 5A | 37 |
| Octal | 46 | 72 | 364 | 124 | 114 | 0 | 4 | 352 | 132 | 67 |
| Binary | 100110 | 111010 | 11110100 | 1010100 | 1001100 | 0 | 100 | 11101010 | 1011010 | 110111 |
Color Harmonies of #263AF4
Complementary color
Monochromatic Colors of #263AF4
Black with #263AF4
Text Example
Text Example
White with #263AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AF4; }
p { color: rgb(38,58,244); }
H1.HeaderClassName
{
color: #263AF4;
}
.AnyTagClassName
{
color: #263AF4;
}
</style>
background-color css
<style>
a { background-color: #263AF4; }
a { background-color: rgb(38,58,244); }
div.DivClassName
{
background-color: #263AF4;
}
.BgClassName
{
background-color: #263AF4;
}
</style>
border-color css
<style>
span { border-color: #263AF4; }
span { border-color: rgb(38,58,244); }
td.TdClassName
{
border-color: #263AF4;
}
.TagClassName
{
border-color: #263AF4;
}
</style>