Shades of Neon Blue #263DF0
Tints of Neon Blue #263DF0
RGB
CMYK
RGB Variations
Color information
#263DF0 (or 0x263DF0) is known color: Neon Blue. HEX triplet: 26, 3D and F0. RGB value is (38,61,240). Sum of RGB (Red+Green+Blue) = 38+61+240=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #263DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263DF0 is #D9C20F. Grayscale: #494949. Windows color (decimal): -14270992 or 15744294. OLE color: 15744294.
HSL color Cylindrical-coordinate representation of color #263DF0: hue angle of 233.17º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263DF0 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 61 | 240 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.06 |
| HSL | 233.17º | 0.87% | 0.55% | - |
| HSV(B) | 233.17º | 0.84% | 0.94% | - |
| XYZ | 18.2 | 10.04 | 83.42 | - |
| YUV | 74.53 | 221.38 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 240 | 0.84 | 0.75 | 0 | 0.06 | 233.17 | 0.87 | 0.55 |
| Hex | 26 | 3D | F0 | 54 | 4B | 0 | 6 | E9 | 57 | 37 |
| Octal | 46 | 75 | 360 | 124 | 113 | 0 | 6 | 351 | 127 | 67 |
| Binary | 100110 | 111101 | 11110000 | 1010100 | 1001011 | 0 | 110 | 11101001 | 1010111 | 110111 |
Color Harmonies of #263DF0
Complementary color
Monochromatic Colors of #263DF0
Black with #263DF0
Text Example
Text Example
White with #263DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DF0; }
p { color: rgb(38,61,240); }
H1.HeaderClassName
{
color: #263DF0;
}
.AnyTagClassName
{
color: #263DF0;
}
</style>
background-color css
<style>
a { background-color: #263DF0; }
a { background-color: rgb(38,61,240); }
div.DivClassName
{
background-color: #263DF0;
}
.BgClassName
{
background-color: #263DF0;
}
</style>
border-color css
<style>
span { border-color: #263DF0; }
span { border-color: rgb(38,61,240); }
td.TdClassName
{
border-color: #263DF0;
}
.TagClassName
{
border-color: #263DF0;
}
</style>