Html Css Color HEX #113DFB Neon Blue

📋 copy color: '#113DFB'

red 17 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #113DFB

Tints of Neon Blue #113DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

 BLUE value IS 251 (98.44% from 255) = 76.29%

R = 5.17%
G = 18.54%
B = 76.29%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#113DFB (or 0x113DFB) is known color: Neon Blue. HEX triplet: 11, 3D and FB. RGB value is (17,61,251). Sum of RGB (Red+Green+Blue) = 17+61+251=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #113DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113DFB is #EEC204. Grayscale: #444444. Windows color (decimal): -15647237 or 16465169. OLE color: 16465169.

HSL color Cylindrical-coordinate representation of color #113DFB: hue angle of 228.72º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113DFB is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 61 251 -
CMYK 0.93 0.76 0 0.02
HSL 228.72º 0.97% 0.53% -
HSV(B) 228.72º 0.93% 0.98% -
XYZ 19.31 10.42 92.26 -
YUV 69.5 230.42 90.55 -
System Red Green Blue C M Y K H S L
Decimal 17 61 251 0.93 0.76 0 0.02 228.72 0.97 0.53
Hex 11 3D FB 5D 4C 0 2 E5 61 35
Octal 21 75 373 135 114 0 2 345 141 65
Binary 10001 111101 11111011 1011101 1001100 0 10 11100101 1100001 110101

Color Harmonies of #113DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DFB

Black with #113DFB

Text Example


Text Example

White with #113DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,61,251); }

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

background-color css

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

 a { background-color: rgb(17,61,251); }

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

border-color css

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

 span { border-color: rgb(17,61,251); }

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