Html Css Color HEX #1143FD Neon Blue

📋 copy color: '#1143FD'

red 17 ◦ green 67 ◦ blue 253

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

Shades of Neon Blue #1143FD

Tints of Neon Blue #1143FD

RGB

 RED value IS 17 (7.03% from 255) = 5.04%

 GREEN value IS 67 (26.56% from 255) = 19.88%

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

R = 5.04%
G = 19.88%
B = 75.07%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1143FD (or 0x1143FD) is known color: Neon Blue. HEX triplet: 11, 43 and FD. RGB value is (17,67,253). Sum of RGB (Red+Green+Blue) = 17+67+253=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #1143FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1143FD is #EEBC02. Grayscale: #484848. Windows color (decimal): -15645699 or 16597777. OLE color: 16597777.

HSL color Cylindrical-coordinate representation of color #1143FD: hue angle of 227.29º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1143FD is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 67 253 -
CMYK 0.93 0.74 0 0.01
HSL 227.29º 0.98% 0.53% -
HSV(B) 227.29º 0.93% 0.99% -
XYZ 19.97 11.23 94.04 -
YUV 73.25 229.44 87.88 -
System Red Green Blue C M Y K H S L
Decimal 17 67 253 0.93 0.74 0 0.01 227.29 0.98 0.53
Hex 11 43 FD 5D 4A 0 1 E3 62 35
Octal 21 103 375 135 112 0 1 343 142 65
Binary 10001 1000011 11111101 1011101 1001010 0 1 11100011 1100010 110101

Color Harmonies of #1143FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1143FD

Black with #1143FD

Text Example


Text Example

White with #1143FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1143FD; }

 p { color: rgb(17,67,253); }

 H1.HeaderClassName
 {
   color: #1143FD;
 }
 .AnyTagClassName
 {
   color: #1143FD;
 }
</style>

background-color css

<style>
 a { background-color: #1143FD; }

 a { background-color: rgb(17,67,253); }

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

border-color css

<style>
 span { border-color: #1143FD; }

 span { border-color: rgb(17,67,253); }

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