Shades of Neon Blue #274EF5
Tints of Neon Blue #274EF5
RGB
CMYK
RGB Variations
Color information
#274EF5 (or 0x274EF5) is known color: Neon Blue. HEX triplet: 27, 4E and F5. RGB value is (39,78,245). Sum of RGB (Red+Green+Blue) = 39+78+245=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 245 (96.09% from 255 or 67.68% from 362); Max value from RGB is 245 - color contains mainly: blue. Hex color #274EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274EF5 is #D8B10A. Grayscale: #545454. Windows color (decimal): -14201099 or 16076327. OLE color: 16076327.
HSL color Cylindrical-coordinate representation of color #274EF5: hue angle of 228.64º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #274EF5 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 78 | 245 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.04 |
| HSL | 228.64º | 0.91% | 0.56% | - |
| HSV(B) | 228.64º | 0.84% | 0.96% | - |
| XYZ | 20.04 | 12.47 | 87.74 | - |
| YUV | 85.38 | 218.08 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 245 | 0.84 | 0.68 | 0 | 0.04 | 228.64 | 0.91 | 0.56 |
| Hex | 27 | 4E | F5 | 54 | 44 | 0 | 4 | E5 | 5B | 38 |
| Octal | 47 | 116 | 365 | 124 | 104 | 0 | 4 | 345 | 133 | 70 |
| Binary | 100111 | 1001110 | 11110101 | 1010100 | 1000100 | 0 | 100 | 11100101 | 1011011 | 111000 |
Color Harmonies of #274EF5
Complementary color
Monochromatic Colors of #274EF5
Black with #274EF5
Text Example
Text Example
White with #274EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274EF5; }
p { color: rgb(39,78,245); }
H1.HeaderClassName
{
color: #274EF5;
}
.AnyTagClassName
{
color: #274EF5;
}
</style>
background-color css
<style>
a { background-color: #274EF5; }
a { background-color: rgb(39,78,245); }
div.DivClassName
{
background-color: #274EF5;
}
.BgClassName
{
background-color: #274EF5;
}
</style>
border-color css
<style>
span { border-color: #274EF5; }
span { border-color: rgb(39,78,245); }
td.TdClassName
{
border-color: #274EF5;
}
.TagClassName
{
border-color: #274EF5;
}
</style>