Html Css Color HEX #113FFF Neon Blue

📋 copy color: '#113FFF'

red 17 ◦ green 63 ◦ blue 255

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

Shades of Neon Blue #113FFF

Tints of Neon Blue #113FFF

RGB

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

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

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

R = 5.07%
G = 18.81%
B = 76.12%

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

#113FFF (or 0x113FFF) is known color: Neon Blue. HEX triplet: 11, 3F and FF. RGB value is (17,63,255). Sum of RGB (Red+Green+Blue) = 17+63+255=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #113FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FFF is #EEC000. Grayscale: #464646. Windows color (decimal): -15646721 or 16727825. OLE color: 16727825.

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

Color convert

RGB 17 63 255 -
CMYK 0.93 0.75 0 0
HSL 228.4º 1% 0.53% -
HSV(B) 228.4º 0.93% 1% -
XYZ 20.06 10.89 95.65 -
YUV 71.13 231.76 89.39 -
System Red Green Blue C M Y K H S L
Decimal 17 63 255 0.93 0.75 0 0 228.4 1 0.53
Hex 11 3F FF 5D 4B 0 0 E4 64 35
Octal 21 77 377 135 113 0 0 344 144 65
Binary 10001 111111 11111111 1011101 1001011 0 0 11100100 1100100 110101

Color Harmonies of #113FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FFF

Black with #113FFF

Text Example


Text Example

White with #113FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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