Html Css Color HEX #113FFC Neon Blue

📋 copy color: '#113FFC'

red 17 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #113FFC

Tints of Neon Blue #113FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75.9%

R = 5.12%
G = 18.98%
B = 75.9%

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

#113FFC (or 0x113FFC) is known color: Neon Blue. HEX triplet: 11, 3F and FC. RGB value is (17,63,252). Sum of RGB (Red+Green+Blue) = 17+63+252=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #113FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FFC is #EEC003. Grayscale: #454545. Windows color (decimal): -15646724 or 16531217. OLE color: 16531217.

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

Color convert

RGB 17 63 252 -
CMYK 0.93 0.75 0 0.01
HSL 228.26º 0.98% 0.53% -
HSV(B) 228.26º 0.93% 0.99% -
XYZ 19.58 10.7 93.13 -
YUV 70.79 230.26 89.63 -
System Red Green Blue C M Y K H S L
Decimal 17 63 252 0.93 0.75 0 0.01 228.26 0.98 0.53
Hex 11 3F FC 5D 4B 0 1 E4 62 35
Octal 21 77 374 135 113 0 1 344 142 65
Binary 10001 111111 11111100 1011101 1001011 0 1 11100100 1100010 110101

Color Harmonies of #113FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FFC

Black with #113FFC

Text Example


Text Example

White with #113FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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