Html Css Color HEX #113FFB Neon Blue

📋 copy color: '#113FFB'

red 17 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #113FFB

Tints of Neon Blue #113FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

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

R = 5.14%
G = 19.03%
B = 75.83%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#113FFB (or 0x113FFB) is known color: Neon Blue. HEX triplet: 11, 3F and FB. RGB value is (17,63,251). Sum of RGB (Red+Green+Blue) = 17+63+251=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #113FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FFB is #EEC004. Grayscale: #454545. Windows color (decimal): -15646725 or 16465681. OLE color: 16465681.

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

Color convert

RGB 17 63 251 -
CMYK 0.93 0.75 0 0.02
HSL 228.21º 0.97% 0.53% -
HSV(B) 228.21º 0.93% 0.98% -
XYZ 19.42 10.64 92.3 -
YUV 70.68 229.76 89.71 -
System Red Green Blue C M Y K H S L
Decimal 17 63 251 0.93 0.75 0 0.02 228.21 0.97 0.53
Hex 11 3F FB 5D 4B 0 2 E4 61 35
Octal 21 77 373 135 113 0 2 344 141 65
Binary 10001 111111 11111011 1011101 1001011 0 10 11100100 1100001 110101

Color Harmonies of #113FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FFB

Black with #113FFB

Text Example


Text Example

White with #113FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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