Shades of Neon Blue #263CF2
Tints of Neon Blue #263CF2
RGB
CMYK
RGB Variations
Color information
#263CF2 (or 0x263CF2) is known color: Neon Blue. HEX triplet: 26, 3C and F2. RGB value is (38,60,242). Sum of RGB (Red+Green+Blue) = 38+60+242=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 242 (94.92% from 255 or 71.18% from 340); Max value from RGB is 242 - color contains mainly: blue. Hex color #263CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263CF2 is #D9C30D. Grayscale: #494949. Windows color (decimal): -14271246 or 15875110. OLE color: 15875110.
HSL color Cylindrical-coordinate representation of color #263CF2: hue angle of 233.53º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263CF2 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 60 | 242 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.05 |
| HSL | 233.53º | 0.89% | 0.55% | - |
| HSV(B) | 233.53º | 0.84% | 0.95% | - |
| XYZ | 18.44 | 10.05 | 84.97 | - |
| YUV | 74.17 | 222.71 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 242 | 0.84 | 0.75 | 0 | 0.05 | 233.53 | 0.89 | 0.55 |
| Hex | 26 | 3C | F2 | 54 | 4B | 0 | 5 | EA | 59 | 37 |
| Octal | 46 | 74 | 362 | 124 | 113 | 0 | 5 | 352 | 131 | 67 |
| Binary | 100110 | 111100 | 11110010 | 1010100 | 1001011 | 0 | 101 | 11101010 | 1011001 | 110111 |
Color Harmonies of #263CF2
Complementary color
Monochromatic Colors of #263CF2
Black with #263CF2
Text Example
Text Example
White with #263CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CF2; }
p { color: rgb(38,60,242); }
H1.HeaderClassName
{
color: #263CF2;
}
.AnyTagClassName
{
color: #263CF2;
}
</style>
background-color css
<style>
a { background-color: #263CF2; }
a { background-color: rgb(38,60,242); }
div.DivClassName
{
background-color: #263CF2;
}
.BgClassName
{
background-color: #263CF2;
}
</style>
border-color css
<style>
span { border-color: #263CF2; }
span { border-color: rgb(38,60,242); }
td.TdClassName
{
border-color: #263CF2;
}
.TagClassName
{
border-color: #263CF2;
}
</style>