Shades of Neon Blue #263CF4
Tints of Neon Blue #263CF4
RGB
CMYK
RGB Variations
Color information
#263CF4 (or 0x263CF4) is known color: Neon Blue. HEX triplet: 26, 3C and F4. RGB value is (38,60,244). Sum of RGB (Red+Green+Blue) = 38+60+244=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 244 (95.70% from 255 or 71.35% from 342); Max value from RGB is 244 - color contains mainly: blue. Hex color #263CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263CF4 is #D9C30B. Grayscale: #494949. Windows color (decimal): -14271244 or 16006182. OLE color: 16006182.
HSL color Cylindrical-coordinate representation of color #263CF4: hue angle of 233.59º 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 #263CF4 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 60 | 244 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.04 |
| HSL | 233.59º | 0.9% | 0.55% | - |
| HSV(B) | 233.59º | 0.84% | 0.96% | - |
| XYZ | 18.74 | 10.18 | 86.56 | - |
| YUV | 74.4 | 223.71 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 244 | 0.84 | 0.75 | 0 | 0.04 | 233.59 | 0.9 | 0.55 |
| Hex | 26 | 3C | F4 | 54 | 4B | 0 | 4 | EA | 5A | 37 |
| Octal | 46 | 74 | 364 | 124 | 113 | 0 | 4 | 352 | 132 | 67 |
| Binary | 100110 | 111100 | 11110100 | 1010100 | 1001011 | 0 | 100 | 11101010 | 1011010 | 110111 |
Color Harmonies of #263CF4
Complementary color
Monochromatic Colors of #263CF4
Black with #263CF4
Text Example
Text Example
White with #263CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CF4; }
p { color: rgb(38,60,244); }
H1.HeaderClassName
{
color: #263CF4;
}
.AnyTagClassName
{
color: #263CF4;
}
</style>
background-color css
<style>
a { background-color: #263CF4; }
a { background-color: rgb(38,60,244); }
div.DivClassName
{
background-color: #263CF4;
}
.BgClassName
{
background-color: #263CF4;
}
</style>
border-color css
<style>
span { border-color: #263CF4; }
span { border-color: rgb(38,60,244); }
td.TdClassName
{
border-color: #263CF4;
}
.TagClassName
{
border-color: #263CF4;
}
</style>