Html Css Color HEX #1140FF Neon Blue

📋 copy color: '#1140FF'

red 17 ◦ green 64 ◦ blue 255

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

Shades of Neon Blue #1140FF

Tints of Neon Blue #1140FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

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

R = 5.06%
G = 19.05%
B = 75.89%

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

#1140FF (or 0x1140FF) is known color: Neon Blue. HEX triplet: 11, 40 and FF. RGB value is (17,64,255). Sum of RGB (Red+Green+Blue) = 17+64+255=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #1140FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1140FF is #EEBF00. Grayscale: #464646. Windows color (decimal): -15646465 or 16728081. OLE color: 16728081.

HSL color Cylindrical-coordinate representation of color #1140FF: hue angle of 228.15º 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 #1140FF is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 64 255 -
CMYK 0.93 0.75 0 0
HSL 228.15º 1% 0.53% -
HSV(B) 228.15º 0.93% 1% -
XYZ 20.11 11.01 95.67 -
YUV 71.72 231.43 88.97 -
System Red Green Blue C M Y K H S L
Decimal 17 64 255 0.93 0.75 0 0 228.15 1 0.53
Hex 11 40 FF 5D 4B 0 0 E4 64 35
Octal 21 100 377 135 113 0 0 344 144 65
Binary 10001 1000000 11111111 1011101 1001011 0 0 11100100 1100100 110101

Color Harmonies of #1140FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1140FF

Black with #1140FF

Text Example


Text Example

White with #1140FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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