Html Css Color HEX #113EFD Neon Blue

📋 copy color: '#113EFD'

red 17 ◦ green 62 ◦ blue 253

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

Shades of Neon Blue #113EFD

Tints of Neon Blue #113EFD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 5.12%
G = 18.67%
B = 76.2%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#113EFD (or 0x113EFD) is known color: Neon Blue. HEX triplet: 11, 3E and FD. RGB value is (17,62,253). Sum of RGB (Red+Green+Blue) = 17+62+253=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #113EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113EFD is #EEC102. Grayscale: #454545. Windows color (decimal): -15646979 or 16596497. OLE color: 16596497.

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

Color convert

RGB 17 62 253 -
CMYK 0.93 0.75 0 0.01
HSL 228.56º 0.98% 0.53% -
HSV(B) 228.56º 0.93% 0.99% -
XYZ 19.68 10.66 93.95 -
YUV 70.32 231.09 89.97 -
System Red Green Blue C M Y K H S L
Decimal 17 62 253 0.93 0.75 0 0.01 228.56 0.98 0.53
Hex 11 3E FD 5D 4B 0 1 E5 62 35
Octal 21 76 375 135 113 0 1 345 142 65
Binary 10001 111110 11111101 1011101 1001011 0 1 11100101 1100010 110101

Color Harmonies of #113EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EFD

Black with #113EFD

Text Example


Text Example

White with #113EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113EFD; }

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

 H1.HeaderClassName
 {
   color: #113EFD;
 }
 .AnyTagClassName
 {
   color: #113EFD;
 }
</style>

background-color css

<style>
 a { background-color: #113EFD; }

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

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

border-color css

<style>
 span { border-color: #113EFD; }

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

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