Html Css Color HEX #113FFA Neon Blue

📋 copy color: '#113FFA'

red 17 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #113FFA

Tints of Neon Blue #113FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.76%

R = 5.15%
G = 19.09%
B = 75.76%

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

#113FFA (or 0x113FFA) is known color: Neon Blue. HEX triplet: 11, 3F and FA. RGB value is (17,63,250). Sum of RGB (Red+Green+Blue) = 17+63+250=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #113FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FFA is #EEC005. Grayscale: #454545. Windows color (decimal): -15646726 or 16400145. OLE color: 16400145.

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

Color convert

RGB 17 63 250 -
CMYK 0.93 0.75 0 0.02
HSL 228.15º 0.96% 0.52% -
HSV(B) 228.15º 0.93% 0.98% -
XYZ 19.26 10.58 91.47 -
YUV 70.56 229.26 89.79 -
System Red Green Blue C M Y K H S L
Decimal 17 63 250 0.93 0.75 0 0.02 228.15 0.96 0.52
Hex 11 3F FA 5D 4B 0 2 E4 60 34
Octal 21 77 372 135 113 0 2 344 140 64
Binary 10001 111111 11111010 1011101 1001011 0 10 11100100 1100000 110100

Color Harmonies of #113FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FFA

Black with #113FFA

Text Example


Text Example

White with #113FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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