Shades of Neon Blue #263AF1
Tints of Neon Blue #263AF1
RGB
CMYK
RGB Variations
Color information
#263AF1 (or 0x263AF1) is known color: Neon Blue. HEX triplet: 26, 3A and F1. RGB value is (38,58,241). Sum of RGB (Red+Green+Blue) = 38+58+241=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #263AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263AF1 is #D9C50E. Grayscale: #484848. Windows color (decimal): -14271759 or 15809062. OLE color: 15809062.
HSL color Cylindrical-coordinate representation of color #263AF1: hue angle of 234.09º degrees, saturation: 0.88, 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 #263AF1 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 58 | 241 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.05 |
| HSL | 234.09º | 0.88% | 0.55% | - |
| HSV(B) | 234.09º | 0.84% | 0.95% | - |
| XYZ | 18.19 | 9.79 | 84.15 | - |
| YUV | 72.88 | 222.87 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 241 | 0.84 | 0.76 | 0 | 0.05 | 234.09 | 0.88 | 0.55 |
| Hex | 26 | 3A | F1 | 54 | 4C | 0 | 5 | EA | 58 | 37 |
| Octal | 46 | 72 | 361 | 124 | 114 | 0 | 5 | 352 | 130 | 67 |
| Binary | 100110 | 111010 | 11110001 | 1010100 | 1001100 | 0 | 101 | 11101010 | 1011000 | 110111 |
Color Harmonies of #263AF1
Complementary color
Monochromatic Colors of #263AF1
Black with #263AF1
Text Example
Text Example
White with #263AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AF1; }
p { color: rgb(38,58,241); }
H1.HeaderClassName
{
color: #263AF1;
}
.AnyTagClassName
{
color: #263AF1;
}
</style>
background-color css
<style>
a { background-color: #263AF1; }
a { background-color: rgb(38,58,241); }
div.DivClassName
{
background-color: #263AF1;
}
.BgClassName
{
background-color: #263AF1;
}
</style>
border-color css
<style>
span { border-color: #263AF1; }
span { border-color: rgb(38,58,241); }
td.TdClassName
{
border-color: #263AF1;
}
.TagClassName
{
border-color: #263AF1;
}
</style>