#193EFE

Color #193EFE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #193EFE

Tints of Neon Blue #193EFE

Color information

#193EFE (or 0x193EFE) is unknown color: approx Neon Blue. HEX triplet: 19, 3E and FE. RGB value is (25,62,254). Sum of RGB (Red+Green+Blue) = 25+62+254=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #193EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193EFE is #E6C101. Grayscale: #484848. Windows color (decimal): -15122690 or 16662041. OLE color: 16662041.

HSL color Cylindrical-coordinate representation of color #193EFE: hue angle of 230.31º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193EFE is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2562254-
CMYK0.900.7600.00
HSL230.31º99.13%54.71%-
HSV(B)230.31º90.16%99.61%-
XYZ20.0110.8194.8-
YUV72.82230.2493.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.33%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 254 (99.61% from 255) = 74.49%
R=7.33%
G=18.18%
B=74.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25622540.900.7600.00230.3199.1354.71
Hex193EFE5A4C00e66337
Octal31763761321140034614367
Binary11001111110111111101011010100110000111001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193EFE; }

 p { color: rgb(25,62,254); }

 H1.HeaderClassName
 {
   color: #193EFE;
 }
 .AnyTagClassName
 {
   color: #193EFE;
 }
</style>
background-color css

<style>
 a { background-color: #193EFE; }

 a { background-color: rgb(25,62,254); }

 div.DivClassName
 {
   background-color: #193EFE;
 }
 .BgClassName
 {
   background-color: #193EFE;
 }
</style>
border-color css

<style>
 span { border-color: #193EFE; }

 span { border-color: rgb(25,62,254); }

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