Html Css Color HEX #1440F9 Neon Blue

📋 copy color: '#1440F9'

red 20 ◦ green 64 ◦ blue 249

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

Shades of Neon Blue #1440F9

Tints of Neon Blue #1440F9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 249 (97.66% from 255) = 74.77%

R = 6.01%
G = 19.22%
B = 74.77%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1440F9 (or 0x1440F9) is known color: Neon Blue. HEX triplet: 14, 40 and F9. RGB value is (20,64,249). Sum of RGB (Red+Green+Blue) = 20+64+249=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 249 (97.66% from 255 or 74.77% from 333); Max value from RGB is 249 - color contains mainly: blue. Hex color #1440F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1440F9 is #EBBF06. Grayscale: #474747. Windows color (decimal): -15449863 or 16334868. OLE color: 16334868.

HSL color Cylindrical-coordinate representation of color #1440F9: hue angle of 228.47º degrees, saturation: 0.95, 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 #1440F9 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 64 249 -
CMYK 0.92 0.74 0 0.02
HSL 228.47º 0.95% 0.53% -
HSV(B) 228.47º 0.92% 0.98% -
XYZ 19.22 10.66 90.67 -
YUV 71.93 227.92 90.96 -
System Red Green Blue C M Y K H S L
Decimal 20 64 249 0.92 0.74 0 0.02 228.47 0.95 0.53
Hex 14 40 F9 5C 4A 0 2 E4 5F 35
Octal 24 100 371 134 112 0 2 344 137 65
Binary 10100 1000000 11111001 1011100 1001010 0 10 11100100 1011111 110101

Color Harmonies of #1440F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1440F9

Black with #1440F9

Text Example


Text Example

White with #1440F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1440F9; }

 p { color: rgb(20,64,249); }

 H1.HeaderClassName
 {
   color: #1440F9;
 }
 .AnyTagClassName
 {
   color: #1440F9;
 }
</style>

background-color css

<style>
 a { background-color: #1440F9; }

 a { background-color: rgb(20,64,249); }

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

border-color css

<style>
 span { border-color: #1440F9; }

 span { border-color: rgb(20,64,249); }

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