#1447FB

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

Shades of Neon Blue #1447FB

Tints of Neon Blue #1447FB

Color information

#1447FB (or 0x1447FB) is unknown color: approx Neon Blue. HEX triplet: 14, 47 and FB. RGB value is (20,71,251). Sum of RGB (Red+Green+Blue) = 20+71+251=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #1447FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1447FB is #EBB804. Grayscale: #4B4B4B. Windows color (decimal): -15448069 or 16467732. OLE color: 16467732.

HSL color Cylindrical-coordinate representation of color #1447FB: hue angle of 226.75º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1447FB is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2071251-
CMYK0.920.7200.02
HSL226.75º96.65%53.14%-
HSV(B)226.75º92.03%98.43%-
XYZ19.9511.6292.46-
YUV76.27226.687.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.85%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 251 (98.44% from 255) = 73.39%
R=5.85%
G=20.76%
B=73.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20712510.920.7200.02226.7596.6553.14
Hex1447FB5C4802e36135
Octal241073731341100234314165
Binary1010010001111111101110111001001000010111000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1447FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1447FB; }

 p { color: rgb(20,71,251); }

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

<style>
 a { background-color: #1447FB; }

 a { background-color: rgb(20,71,251); }

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

<style>
 span { border-color: #1447FB; }

 span { border-color: rgb(20,71,251); }

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