Html Css Color HEX #193EF8 Neon Blue

📋 copy color: '#193EF8'

red 25 ◦ green 62 ◦ blue 248

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

Shades of Neon Blue #193EF8

Tints of Neon Blue #193EF8

RGB

 RED value IS 25 (10.16% from 255) = 7.46%

 GREEN value IS 62 (24.61% from 255) = 18.51%

 BLUE value IS 248 (97.27% from 255) = 74.03%

R = 7.46%
G = 18.51%
B = 74.03%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#193EF8 (or 0x193EF8) is known color: Neon Blue. HEX triplet: 19, 3E and F8. RGB value is (25,62,248). Sum of RGB (Red+Green+Blue) = 25+62+248=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 248 (97.27% from 255 or 74.03% from 335); Max value from RGB is 248 - color contains mainly: blue. Hex color #193EF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193EF8 is #E6C107. Grayscale: #474747. Windows color (decimal): -15122696 or 16268825. OLE color: 16268825.

HSL color Cylindrical-coordinate representation of color #193EF8: hue angle of 230.04º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193EF8 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 62 248 -
CMYK 0.90 0.75 0 0.03
HSL 230.04º 0.94% 0.54% -
HSV(B) 230.04º 0.9% 0.97% -
XYZ 19.07 10.43 89.82 -
YUV 72.14 227.24 94.38 -
System Red Green Blue C M Y K H S L
Decimal 25 62 248 0.90 0.75 0 0.03 230.04 0.94 0.54
Hex 19 3E F8 5A 4B 0 3 E6 5E 36
Octal 31 76 370 132 113 0 3 346 136 66
Binary 11001 111110 11111000 1011010 1001011 0 11 11100110 1011110 110110

Color Harmonies of #193EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EF8

Black with #193EF8

Text Example


Text Example

White with #193EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #193EF8;
 }
 .AnyTagClassName
 {
   color: #193EF8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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