Shades of Neon Blue #274AFE
Tints of Neon Blue #274AFE
RGB
CMYK
RGB Variations
Color information
#274AFE (or 0x274AFE) is known color: Neon Blue. HEX triplet: 27, 4A and FE. RGB value is (39,74,254). Sum of RGB (Red+Green+Blue) = 39+74+254=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #274AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274AFE is #D8B501. Grayscale: #535353. Windows color (decimal): -14202114 or 16665127. OLE color: 16665127.
HSL color Cylindrical-coordinate representation of color #274AFE: hue angle of 230.23º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #274AFE is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 74 | 254 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.00 |
| HSL | 230.23º | 0.99% | 0.57% | - |
| HSV(B) | 230.23º | 0.85% | 1% | - |
| XYZ | 21.17 | 12.48 | 95.06 | - |
| YUV | 84.06 | 223.9 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 254 | 0.85 | 0.71 | 0 | 0.00 | 230.23 | 0.99 | 0.57 |
| Hex | 27 | 4A | FE | 55 | 47 | 0 | 0 | E6 | 63 | 39 |
| Octal | 47 | 112 | 376 | 125 | 107 | 0 | 0 | 346 | 143 | 71 |
| Binary | 100111 | 1001010 | 11111110 | 1010101 | 1000111 | 0 | 0 | 11100110 | 1100011 | 111001 |
Color Harmonies of #274AFE
Complementary color
Monochromatic Colors of #274AFE
Black with #274AFE
Text Example
Text Example
White with #274AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274AFE; }
p { color: rgb(39,74,254); }
H1.HeaderClassName
{
color: #274AFE;
}
.AnyTagClassName
{
color: #274AFE;
}
</style>
background-color css
<style>
a { background-color: #274AFE; }
a { background-color: rgb(39,74,254); }
div.DivClassName
{
background-color: #274AFE;
}
.BgClassName
{
background-color: #274AFE;
}
</style>
border-color css
<style>
span { border-color: #274AFE; }
span { border-color: rgb(39,74,254); }
td.TdClassName
{
border-color: #274AFE;
}
.TagClassName
{
border-color: #274AFE;
}
</style>