Html Css Color HEX #1142FA Neon Blue

📋 copy color: '#1142FA'

red 17 ◦ green 66 ◦ blue 250

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

Shades of Neon Blue #1142FA

Tints of Neon Blue #1142FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 250 (98.05% from 255) = 75.08%

R = 5.11%
G = 19.82%
B = 75.08%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1142FA (or 0x1142FA) is known color: Neon Blue. HEX triplet: 11, 42 and FA. RGB value is (17,66,250). Sum of RGB (Red+Green+Blue) = 17+66+250=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #1142FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1142FA is #EEBD05. Grayscale: #474747. Windows color (decimal): -15645958 or 16400913. OLE color: 16400913.

HSL color Cylindrical-coordinate representation of color #1142FA: hue angle of 227.38º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1142FA is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 66 250 -
CMYK 0.93 0.74 0 0.02
HSL 227.38º 0.96% 0.52% -
HSV(B) 227.38º 0.93% 0.98% -
XYZ 19.43 10.92 91.53 -
YUV 72.33 228.27 88.54 -
System Red Green Blue C M Y K H S L
Decimal 17 66 250 0.93 0.74 0 0.02 227.38 0.96 0.52
Hex 11 42 FA 5D 4A 0 2 E3 60 34
Octal 21 102 372 135 112 0 2 343 140 64
Binary 10001 1000010 11111010 1011101 1001010 0 10 11100011 1100000 110100

Color Harmonies of #1142FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1142FA

Black with #1142FA

Text Example


Text Example

White with #1142FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1142FA; }

 p { color: rgb(17,66,250); }

 H1.HeaderClassName
 {
   color: #1142FA;
 }
 .AnyTagClassName
 {
   color: #1142FA;
 }
</style>

background-color css

<style>
 a { background-color: #1142FA; }

 a { background-color: rgb(17,66,250); }

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

border-color css

<style>
 span { border-color: #1142FA; }

 span { border-color: rgb(17,66,250); }

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