Shades of Neon Blue #274EFE
Tints of Neon Blue #274EFE
RGB
CMYK
RGB Variations
Color information
#274EFE (or 0x274EFE) is known color: Neon Blue. HEX triplet: 27, 4E and FE. RGB value is (39,78,254). Sum of RGB (Red+Green+Blue) = 39+78+254=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #274EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274EFE is #D8B101. Grayscale: #555555. Windows color (decimal): -14201090 or 16666151. OLE color: 16666151.
HSL color Cylindrical-coordinate representation of color #274EFE: hue angle of 229.12º 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 #274EFE is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 78 | 254 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.00 |
| HSL | 229.12º | 0.99% | 0.57% | - |
| HSV(B) | 229.12º | 0.85% | 1% | - |
| XYZ | 21.45 | 13.04 | 95.15 | - |
| YUV | 86.4 | 222.58 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 254 | 0.85 | 0.69 | 0 | 0.00 | 229.12 | 0.99 | 0.57 |
| Hex | 27 | 4E | FE | 55 | 45 | 0 | 0 | E5 | 63 | 39 |
| Octal | 47 | 116 | 376 | 125 | 105 | 0 | 0 | 345 | 143 | 71 |
| Binary | 100111 | 1001110 | 11111110 | 1010101 | 1000101 | 0 | 0 | 11100101 | 1100011 | 111001 |
Color Harmonies of #274EFE
Complementary color
Monochromatic Colors of #274EFE
Black with #274EFE
Text Example
Text Example
White with #274EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274EFE; }
p { color: rgb(39,78,254); }
H1.HeaderClassName
{
color: #274EFE;
}
.AnyTagClassName
{
color: #274EFE;
}
</style>
background-color css
<style>
a { background-color: #274EFE; }
a { background-color: rgb(39,78,254); }
div.DivClassName
{
background-color: #274EFE;
}
.BgClassName
{
background-color: #274EFE;
}
</style>
border-color css
<style>
span { border-color: #274EFE; }
span { border-color: rgb(39,78,254); }
td.TdClassName
{
border-color: #274EFE;
}
.TagClassName
{
border-color: #274EFE;
}
</style>