#1443F8

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

Shades of Neon Blue #1443F8

Tints of Neon Blue #1443F8

Color information

#1443F8 (or 0x1443F8) is unknown color: approx Neon Blue. HEX triplet: 14, 43 and F8. RGB value is (20,67,248). Sum of RGB (Red+Green+Blue) = 20+67+248=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 248 (97.27% from 255 or 74.03% from 335); Max value from RGB is 248 - color contains mainly: blue. Hex color #1443F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1443F8 is #EBBC07. Grayscale: #484848. Windows color (decimal): -15449096 or 16270100. OLE color: 16270100.

HSL color Cylindrical-coordinate representation of color #1443F8: hue angle of 227.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1443F8 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2067248-
CMYK0.920.7300.03
HSL227.63º94.21%52.55%-
HSV(B)227.63º91.94%97.25%-
XYZ19.2410.9489.9-
YUV73.58226.4389.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.97%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 248 (97.27% from 255) = 74.03%
R=5.97%
G=20%
B=74.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20672480.920.7300.03227.6394.2152.55
Hex1443F85C4903e45e35
Octal241033701341110334413665
Binary1010010000111111100010111001001001011111001001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1443F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1443F8; }

 p { color: rgb(20,67,248); }

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

<style>
 a { background-color: #1443F8; }

 a { background-color: rgb(20,67,248); }

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

<style>
 span { border-color: #1443F8; }

 span { border-color: rgb(20,67,248); }

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