Html Css Color HEX #144AFD Neon Blue

📋 copy color: '#144AFD'

red 20 ◦ green 74 ◦ blue 253

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

Shades of Neon Blue #144AFD

Tints of Neon Blue #144AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

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

R = 5.76%
G = 21.33%
B = 72.91%

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

#144AFD (or 0x144AFD) is known color: Neon Blue. HEX triplet: 14, 4A and FD. RGB value is (20,74,253). Sum of RGB (Red+Green+Blue) = 20+74+253=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #144AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144AFD is #EBB502. Grayscale: #4D4D4D. Windows color (decimal): -15447299 or 16599572. OLE color: 16599572.

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

Color convert

RGB 20 74 253 -
CMYK 0.92 0.71 0 0.01
HSL 226.09º 0.98% 0.54% -
HSV(B) 226.09º 0.92% 0.99% -
XYZ 20.47 12.14 94.19 -
YUV 78.26 226.61 86.45 -
System Red Green Blue C M Y K H S L
Decimal 20 74 253 0.92 0.71 0 0.01 226.09 0.98 0.54
Hex 14 4A FD 5C 47 0 1 E2 62 36
Octal 24 112 375 134 107 0 1 342 142 66
Binary 10100 1001010 11111101 1011100 1000111 0 1 11100010 1100010 110110

Color Harmonies of #144AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AFD

Black with #144AFD

Text Example


Text Example

White with #144AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144AFD; }

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

 H1.HeaderClassName
 {
   color: #144AFD;
 }
 .AnyTagClassName
 {
   color: #144AFD;
 }
</style>

background-color css

<style>
 a { background-color: #144AFD; }

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

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

border-color css

<style>
 span { border-color: #144AFD; }

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

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