#1C4AF7

Color #1C4AF7 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #1C4AF7

Tints of Neon Blue #1C4AF7

Color information

#1C4AF7 (or 0x1C4AF7) is unknown color: approx Neon Blue. HEX triplet: 1C, 4A and F7. RGB value is (28,74,247). Sum of RGB (Red+Green+Blue) = 28+74+247=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 247 (96.88% from 255 or 70.77% from 349); Max value from RGB is 247 - color contains mainly: blue. Hex color #1C4AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C4AF7 is #E3B508. Grayscale: #4F4F4F. Windows color (decimal): -14923017 or 16206364. OLE color: 16206364.

HSL color Cylindrical-coordinate representation of color #1C4AF7: hue angle of 227.4º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C4AF7 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2874247-
CMYK0.890.7000.03
HSL227.4º93.19%53.92%-
HSV(B)227.4º88.66%96.86%-
XYZ19.7211.8689.25-
YUV79.97222.2690.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 8.02%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 247 (96.88% from 255) = 70.77%
R=8.02%
G=21.20%
B=70.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal28742470.890.7000.03227.493.1953.92
Hex1C4AF7594603e35d36
Octal341123671311060334313566
Binary1110010010101111011110110011000110011111000111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C4AF7; }

 p { color: rgb(28,74,247); }

 H1.HeaderClassName
 {
   color: #1C4AF7;
 }
 .AnyTagClassName
 {
   color: #1C4AF7;
 }
</style>
background-color css

<style>
 a { background-color: #1C4AF7; }

 a { background-color: rgb(28,74,247); }

 div.DivClassName
 {
   background-color: #1C4AF7;
 }
 .BgClassName
 {
   background-color: #1C4AF7;
 }
</style>
border-color css

<style>
 span { border-color: #1C4AF7; }

 span { border-color: rgb(28,74,247); }

 td.TdClassName
 {
   border-color: #1C4AF7;
 }
 .TagClassName
 {
   border-color: #1C4AF7;
 }
</style>