Html Css Color HEX #143DFC Neon Blue

📋 copy color: '#143DFC'

red 20 ◦ green 61 ◦ blue 252

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

Shades of Neon Blue #143DFC

Tints of Neon Blue #143DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75.68%

R = 6.01%
G = 18.32%
B = 75.68%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#143DFC (or 0x143DFC) is known color: Neon Blue. HEX triplet: 14, 3D and FC. RGB value is (20,61,252). Sum of RGB (Red+Green+Blue) = 20+61+252=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #143DFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143DFC is #EBC203. Grayscale: #454545. Windows color (decimal): -15450628 or 16530708. OLE color: 16530708.

HSL color Cylindrical-coordinate representation of color #143DFC: hue angle of 229.4º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143DFC is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 61 252 -
CMYK 0.92 0.76 0 0.01
HSL 229.4º 0.97% 0.53% -
HSV(B) 229.4º 0.92% 0.99% -
XYZ 19.53 10.51 93.1 -
YUV 70.52 230.42 91.97 -
System Red Green Blue C M Y K H S L
Decimal 20 61 252 0.92 0.76 0 0.01 229.4 0.97 0.53
Hex 14 3D FC 5C 4C 0 1 E5 61 35
Octal 24 75 374 134 114 0 1 345 141 65
Binary 10100 111101 11111100 1011100 1001100 0 1 11100101 1100001 110101

Color Harmonies of #143DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DFC

Black with #143DFC

Text Example


Text Example

White with #143DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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