Shades of Neon Blue #274DF5
Tints of Neon Blue #274DF5
RGB
CMYK
RGB Variations
Color information
#274DF5 (or 0x274DF5) is known color: Neon Blue. HEX triplet: 27, 4D and F5. RGB value is (39,77,245). Sum of RGB (Red+Green+Blue) = 39+77+245=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 245 (96.09% from 255 or 67.87% from 361); Max value from RGB is 245 - color contains mainly: blue. Hex color #274DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274DF5 is #D8B20A. Grayscale: #545454. Windows color (decimal): -14201355 or 16076071. OLE color: 16076071.
HSL color Cylindrical-coordinate representation of color #274DF5: hue angle of 228.93º 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 #274DF5 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 77 | 245 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.04 |
| HSL | 228.93º | 0.91% | 0.56% | - |
| HSV(B) | 228.93º | 0.84% | 0.96% | - |
| XYZ | 19.97 | 12.33 | 87.71 | - |
| YUV | 84.79 | 218.41 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 245 | 0.84 | 0.69 | 0 | 0.04 | 228.93 | 0.91 | 0.56 |
| Hex | 27 | 4D | F5 | 54 | 45 | 0 | 4 | E5 | 5B | 38 |
| Octal | 47 | 115 | 365 | 124 | 105 | 0 | 4 | 345 | 133 | 70 |
| Binary | 100111 | 1001101 | 11110101 | 1010100 | 1000101 | 0 | 100 | 11100101 | 1011011 | 111000 |
Color Harmonies of #274DF5
Complementary color
Monochromatic Colors of #274DF5
Black with #274DF5
Text Example
Text Example
White with #274DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DF5; }
p { color: rgb(39,77,245); }
H1.HeaderClassName
{
color: #274DF5;
}
.AnyTagClassName
{
color: #274DF5;
}
</style>
background-color css
<style>
a { background-color: #274DF5; }
a { background-color: rgb(39,77,245); }
div.DivClassName
{
background-color: #274DF5;
}
.BgClassName
{
background-color: #274DF5;
}
</style>
border-color css
<style>
span { border-color: #274DF5; }
span { border-color: rgb(39,77,245); }
td.TdClassName
{
border-color: #274DF5;
}
.TagClassName
{
border-color: #274DF5;
}
</style>