Html Css Color HEX #143DFB Neon Blue

📋 copy color: '#143DFB'

red 20 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #143DFB

Tints of Neon Blue #143DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.37%

 BLUE value IS 251 (98.44% from 255) = 75.6%

R = 6.02%
G = 18.37%
B = 75.6%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#143DFB (or 0x143DFB) is known color: Neon Blue. HEX triplet: 14, 3D and FB. RGB value is (20,61,251). Sum of RGB (Red+Green+Blue) = 20+61+251=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #143DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143DFB is #EBC204. Grayscale: #454545. Windows color (decimal): -15450629 or 16465172. OLE color: 16465172.

HSL color Cylindrical-coordinate representation of color #143DFB: hue angle of 229.35º degrees, saturation: 0.97, 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 #143DFB is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 61 251 -
CMYK 0.92 0.76 0 0.02
HSL 229.35º 0.97% 0.53% -
HSV(B) 229.35º 0.92% 0.98% -
XYZ 19.37 10.45 92.26 -
YUV 70.4 229.92 92.05 -
System Red Green Blue C M Y K H S L
Decimal 20 61 251 0.92 0.76 0 0.02 229.35 0.97 0.53
Hex 14 3D FB 5C 4C 0 2 E5 61 35
Octal 24 75 373 134 114 0 2 345 141 65
Binary 10100 111101 11111011 1011100 1001100 0 10 11100101 1100001 110101

Color Harmonies of #143DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DFB

Black with #143DFB

Text Example


Text Example

White with #143DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143DFB; }

 p { color: rgb(20,61,251); }

 H1.HeaderClassName
 {
   color: #143DFB;
 }
 .AnyTagClassName
 {
   color: #143DFB;
 }
</style>

background-color css

<style>
 a { background-color: #143DFB; }

 a { background-color: rgb(20,61,251); }

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

border-color css

<style>
 span { border-color: #143DFB; }

 span { border-color: rgb(20,61,251); }

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