Html Css Color HEX #143FFB Neon Blue

📋 copy color: '#143FFB'

red 20 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #143FFB

Tints of Neon Blue #143FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 18.86%

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

R = 5.99%
G = 18.86%
B = 75.15%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#143FFB (or 0x143FFB) is known color: Neon Blue. HEX triplet: 14, 3F and FB. RGB value is (20,63,251). Sum of RGB (Red+Green+Blue) = 20+63+251=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #143FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143FFB is #EBC004. Grayscale: #464646. Windows color (decimal): -15450117 or 16465684. OLE color: 16465684.

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

Color convert

RGB 20 63 251 -
CMYK 0.92 0.75 0 0.02
HSL 228.83º 0.97% 0.53% -
HSV(B) 228.83º 0.92% 0.98% -
XYZ 19.48 10.67 92.3 -
YUV 71.58 229.25 91.21 -
System Red Green Blue C M Y K H S L
Decimal 20 63 251 0.92 0.75 0 0.02 228.83 0.97 0.53
Hex 14 3F FB 5C 4B 0 2 E5 61 35
Octal 24 77 373 134 113 0 2 345 141 65
Binary 10100 111111 11111011 1011100 1001011 0 10 11100101 1100001 110101

Color Harmonies of #143FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FFB

Black with #143FFB

Text Example


Text Example

White with #143FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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