Shades of Neon Blue #264CFA
Tints of Neon Blue #264CFA
RGB
CMYK
RGB Variations
Color information
#264CFA (or 0x264CFA) is known color: Neon Blue. HEX triplet: 26, 4C and FA. RGB value is (38,76,250). Sum of RGB (Red+Green+Blue) = 38+76+250=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #264CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CFA is #D9B305. Grayscale: #535353. Windows color (decimal): -14267142 or 16403494. OLE color: 16403494.
HSL color Cylindrical-coordinate representation of color #264CFA: hue angle of 229.25º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #264CFA is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 76 | 250 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.02 |
| HSL | 229.25º | 0.95% | 0.56% | - |
| HSV(B) | 229.25º | 0.85% | 0.98% | - |
| XYZ | 20.64 | 12.48 | 91.76 | - |
| YUV | 84.47 | 221.41 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 250 | 0.85 | 0.70 | 0 | 0.02 | 229.25 | 0.95 | 0.56 |
| Hex | 26 | 4C | FA | 55 | 46 | 0 | 2 | E5 | 5F | 38 |
| Octal | 46 | 114 | 372 | 125 | 106 | 0 | 2 | 345 | 137 | 70 |
| Binary | 100110 | 1001100 | 11111010 | 1010101 | 1000110 | 0 | 10 | 11100101 | 1011111 | 111000 |
Color Harmonies of #264CFA
Complementary color
Monochromatic Colors of #264CFA
Black with #264CFA
Text Example
Text Example
White with #264CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264CFA; }
p { color: rgb(38,76,250); }
H1.HeaderClassName
{
color: #264CFA;
}
.AnyTagClassName
{
color: #264CFA;
}
</style>
background-color css
<style>
a { background-color: #264CFA; }
a { background-color: rgb(38,76,250); }
div.DivClassName
{
background-color: #264CFA;
}
.BgClassName
{
background-color: #264CFA;
}
</style>
border-color css
<style>
span { border-color: #264CFA; }
span { border-color: rgb(38,76,250); }
td.TdClassName
{
border-color: #264CFA;
}
.TagClassName
{
border-color: #264CFA;
}
</style>