Html Css Color HEX #1141FF Neon Blue

📋 copy color: '#1141FF'

red 17 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #1141FF

Tints of Neon Blue #1141FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 255 (100% from 255) = 75.67%

R = 5.04%
G = 19.29%
B = 75.67%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1141FF (or 0x1141FF) is known color: Neon Blue. HEX triplet: 11, 41 and FF. RGB value is (17,65,255). Sum of RGB (Red+Green+Blue) = 17+65+255=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #1141FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1141FF is #EEBE00. Grayscale: #474747. Windows color (decimal): -15646209 or 16728337. OLE color: 16728337.

HSL color Cylindrical-coordinate representation of color #1141FF: hue angle of 227.9º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1141FF is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 65 255 -
CMYK 0.93 0.75 0 0
HSL 227.9º 1% 0.53% -
HSV(B) 227.9º 0.93% 1% -
XYZ 20.17 11.12 95.69 -
YUV 72.31 231.1 88.55 -
System Red Green Blue C M Y K H S L
Decimal 17 65 255 0.93 0.75 0 0 227.9 1 0.53
Hex 11 41 FF 5D 4B 0 0 E4 64 35
Octal 21 101 377 135 113 0 0 344 144 65
Binary 10001 1000001 11111111 1011101 1001011 0 0 11100100 1100100 110101

Color Harmonies of #1141FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1141FF

Black with #1141FF

Text Example


Text Example

White with #1141FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1141FF; }

 p { color: rgb(17,65,255); }

 H1.HeaderClassName
 {
   color: #1141FF;
 }
 .AnyTagClassName
 {
   color: #1141FF;
 }
</style>

background-color css

<style>
 a { background-color: #1141FF; }

 a { background-color: rgb(17,65,255); }

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

border-color css

<style>
 span { border-color: #1141FF; }

 span { border-color: rgb(17,65,255); }

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