Html Css Color HEX #1148FF Neon Blue

📋 copy color: '#1148FF'

red 17 ◦ green 72 ◦ blue 255

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

Shades of Neon Blue #1148FF

Tints of Neon Blue #1148FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

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

R = 4.94%
G = 20.93%
B = 74.13%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1148FF (or 0x1148FF) is known color: Neon Blue. HEX triplet: 11, 48 and FF. RGB value is (17,72,255). Sum of RGB (Red+Green+Blue) = 17+72+255=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #1148FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1148FF is #EEB700. Grayscale: #4B4B4B. Windows color (decimal): -15644417 or 16730129. OLE color: 16730129.

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

Color convert

RGB 17 72 255 -
CMYK 0.93 0.72 0 0
HSL 226.13º 1% 0.53% -
HSV(B) 226.13º 0.93% 1% -
XYZ 20.6 11.97 95.83 -
YUV 76.42 228.78 85.62 -
System Red Green Blue C M Y K H S L
Decimal 17 72 255 0.93 0.72 0 0 226.13 1 0.53
Hex 11 48 FF 5D 48 0 0 E2 64 35
Octal 21 110 377 135 110 0 0 342 144 65
Binary 10001 1001000 11111111 1011101 1001000 0 0 11100010 1100100 110101

Color Harmonies of #1148FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1148FF

Black with #1148FF

Text Example


Text Example

White with #1148FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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