Shades of Neon Blue #174DFF
Tints of Neon Blue #174DFF
RGB
CMYK
RGB Variations
Color information
#174DFF (or 0x174DFF) is known color: Neon Blue. HEX triplet: 17, 4D and FF. RGB value is (23,77,255). Sum of RGB (Red+Green+Blue) = 23+77+255=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #174DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #174DFF is #E8B200. Grayscale: #505050. Windows color (decimal): -15249921 or 16731415. OLE color: 16731415.
HSL color Cylindrical-coordinate representation of color #174DFF: hue angle of 226.03º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #174DFF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 77 | 255 | - |
| CMYK | 0.91 | 0.70 | 0 | 0 |
| HSL | 226.03º | 1% | 0.55% | - |
| HSV(B) | 226.03º | 0.91% | 1% | - |
| XYZ | 21.06 | 12.71 | 95.95 | - |
| YUV | 81.15 | 226.11 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 255 | 0.91 | 0.70 | 0 | 0 | 226.03 | 1 | 0.55 |
| Hex | 17 | 4D | FF | 5B | 46 | 0 | 0 | E2 | 64 | 37 |
| Octal | 27 | 115 | 377 | 133 | 106 | 0 | 0 | 342 | 144 | 67 |
| Binary | 10111 | 1001101 | 11111111 | 1011011 | 1000110 | 0 | 0 | 11100010 | 1100100 | 110111 |
Color Harmonies of #174DFF
Complementary color
Monochromatic Colors of #174DFF
Black with #174DFF
Text Example
Text Example
White with #174DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174DFF; }
p { color: rgb(23,77,255); }
H1.HeaderClassName
{
color: #174DFF;
}
.AnyTagClassName
{
color: #174DFF;
}
</style>
background-color css
<style>
a { background-color: #174DFF; }
a { background-color: rgb(23,77,255); }
div.DivClassName
{
background-color: #174DFF;
}
.BgClassName
{
background-color: #174DFF;
}
</style>
border-color css
<style>
span { border-color: #174DFF; }
span { border-color: rgb(23,77,255); }
td.TdClassName
{
border-color: #174DFF;
}
.TagClassName
{
border-color: #174DFF;
}
</style>