Html Css Color HEX #1447FD Neon Blue

📋 copy color: '#1447FD'

red 20 ◦ green 71 ◦ blue 253

#1447FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #1447FD

Tints of Neon Blue #1447FD

RGB

 RED value IS 20 (8.2% from 255) = 5.81%

 GREEN value IS 71 (28.13% from 255) = 20.64%

 BLUE value IS 253 (99.22% from 255) = 73.55%

R = 5.81%
G = 20.64%
B = 73.55%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1447FD (or 0x1447FD) is known color: Neon Blue. HEX triplet: 14, 47 and FD. RGB value is (20,71,253). Sum of RGB (Red+Green+Blue) = 20+71+253=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #1447FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1447FD is #EBB802. Grayscale: #4B4B4B. Windows color (decimal): -15448067 or 16598804. OLE color: 16598804.

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

Color convert

RGB 20 71 253 -
CMYK 0.92 0.72 0 0.01
HSL 226.87º 0.98% 0.54% -
HSV(B) 226.87º 0.92% 0.99% -
XYZ 20.27 11.75 94.13 -
YUV 76.5 227.6 87.7 -
System Red Green Blue C M Y K H S L
Decimal 20 71 253 0.92 0.72 0 0.01 226.87 0.98 0.54
Hex 14 47 FD 5C 48 0 1 E3 62 36
Octal 24 107 375 134 110 0 1 343 142 66
Binary 10100 1000111 11111101 1011100 1001000 0 1 11100011 1100010 110110

Color Harmonies of #1447FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1447FD

Black with #1447FD

Text Example


Text Example

White with #1447FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1447FD;
 }
 .AnyTagClassName
 {
   color: #1447FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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