Html Css Color HEX #193FF9 Neon Blue

📋 copy color: '#193FF9'

red 25 ◦ green 63 ◦ blue 249

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

Shades of Neon Blue #193FF9

Tints of Neon Blue #193FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 73.89%

R = 7.42%
G = 18.69%
B = 73.89%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#193FF9 (or 0x193FF9) is known color: Neon Blue. HEX triplet: 19, 3F and F9. RGB value is (25,63,249). Sum of RGB (Red+Green+Blue) = 25+63+249=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 249 (97.66% from 255 or 73.89% from 337); Max value from RGB is 249 - color contains mainly: blue. Hex color #193FF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FF9 is #E6C006. Grayscale: #484848. Windows color (decimal): -15122439 or 16334617. OLE color: 16334617.

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

Color convert

RGB 25 63 249 -
CMYK 0.90 0.75 0 0.02
HSL 229.82º 0.95% 0.54% -
HSV(B) 229.82º 0.9% 0.98% -
XYZ 19.28 10.6 90.65 -
YUV 72.84 227.41 93.88 -
System Red Green Blue C M Y K H S L
Decimal 25 63 249 0.90 0.75 0 0.02 229.82 0.95 0.54
Hex 19 3F F9 5A 4B 0 2 E6 5F 36
Octal 31 77 371 132 113 0 2 346 137 66
Binary 11001 111111 11111001 1011010 1001011 0 10 11100110 1011111 110110

Color Harmonies of #193FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FF9

Black with #193FF9

Text Example


Text Example

White with #193FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,63,249); }

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

background-color css

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

 a { background-color: rgb(25,63,249); }

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

border-color css

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

 span { border-color: rgb(25,63,249); }

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