Html Css Color HEX #1449FA Neon Blue

📋 copy color: '#1449FA'

red 20 ◦ green 73 ◦ blue 250

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

Shades of Neon Blue #1449FA

Tints of Neon Blue #1449FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.89%

R = 5.83%
G = 21.28%
B = 72.89%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1449FA (or 0x1449FA) is known color: Neon Blue. HEX triplet: 14, 49 and FA. RGB value is (20,73,250). Sum of RGB (Red+Green+Blue) = 20+73+250=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #1449FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1449FA is #EBB605. Grayscale: #4C4C4C. Windows color (decimal): -15447558 or 16402708. OLE color: 16402708.

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

Color convert

RGB 20 73 250 -
CMYK 0.92 0.71 0 0.02
HSL 226.17º 0.96% 0.53% -
HSV(B) 226.17º 0.92% 0.98% -
XYZ 19.93 11.82 91.67 -
YUV 77.33 225.44 87.11 -
System Red Green Blue C M Y K H S L
Decimal 20 73 250 0.92 0.71 0 0.02 226.17 0.96 0.53
Hex 14 49 FA 5C 47 0 2 E2 60 35
Octal 24 111 372 134 107 0 2 342 140 65
Binary 10100 1001001 11111010 1011100 1000111 0 10 11100010 1100000 110101

Color Harmonies of #1449FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449FA

Black with #1449FA

Text Example


Text Example

White with #1449FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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