Html Css Color HEX #113FFE Neon Blue

📋 copy color: '#113FFE'

red 17 ◦ green 63 ◦ blue 254

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

Shades of Neon Blue #113FFE

Tints of Neon Blue #113FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 76.05%

R = 5.09%
G = 18.86%
B = 76.05%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#113FFE (or 0x113FFE) is known color: Neon Blue. HEX triplet: 11, 3F and FE. RGB value is (17,63,254). Sum of RGB (Red+Green+Blue) = 17+63+254=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #113FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FFE is #EEC001. Grayscale: #464646. Windows color (decimal): -15646722 or 16662289. OLE color: 16662289.

HSL color Cylindrical-coordinate representation of color #113FFE: hue angle of 228.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113FFE is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 63 254 -
CMYK 0.93 0.75 0 0.00
HSL 228.35º 0.99% 0.53% -
HSV(B) 228.35º 0.93% 1% -
XYZ 19.9 10.83 94.81 -
YUV 71.02 231.26 89.47 -
System Red Green Blue C M Y K H S L
Decimal 17 63 254 0.93 0.75 0 0.00 228.35 0.99 0.53
Hex 11 3F FE 5D 4B 0 0 E4 63 35
Octal 21 77 376 135 113 0 0 344 143 65
Binary 10001 111111 11111110 1011101 1001011 0 0 11100100 1100011 110101

Color Harmonies of #113FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FFE

Black with #113FFE

Text Example


Text Example

White with #113FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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