Html Css Color HEX #1449FD Neon Blue

📋 copy color: '#1449FD'

red 20 ◦ green 73 ◦ blue 253

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

Shades of Neon Blue #1449FD

Tints of Neon Blue #1449FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

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

R = 5.78%
G = 21.1%
B = 73.12%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1449FD (or 0x1449FD) is known color: Neon Blue. HEX triplet: 14, 49 and FD. RGB value is (20,73,253). Sum of RGB (Red+Green+Blue) = 20+73+253=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #1449FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1449FD is #EBB602. Grayscale: #4C4C4C. Windows color (decimal): -15447555 or 16599316. OLE color: 16599316.

HSL color Cylindrical-coordinate representation of color #1449FD: hue angle of 226.35º 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 #1449FD is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 73 253 -
CMYK 0.92 0.71 0 0.01
HSL 226.35º 0.98% 0.54% -
HSV(B) 226.35º 0.92% 0.99% -
XYZ 20.4 12.01 94.17 -
YUV 77.67 226.94 86.86 -
System Red Green Blue C M Y K H S L
Decimal 20 73 253 0.92 0.71 0 0.01 226.35 0.98 0.54
Hex 14 49 FD 5C 47 0 1 E2 62 36
Octal 24 111 375 134 107 0 1 342 142 66
Binary 10100 1001001 11111101 1011100 1000111 0 1 11100010 1100010 110110

Color Harmonies of #1449FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449FD

Black with #1449FD

Text Example


Text Example

White with #1449FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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