Html Css Color HEX #1949FD Neon Blue

📋 copy color: '#1949FD'

red 25 ◦ green 73 ◦ blue 253

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

Shades of Neon Blue #1949FD

Tints of Neon Blue #1949FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

 BLUE value IS 253 (99.22% from 255) = 72.08%

R = 7.12%
G = 20.8%
B = 72.08%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1949FD (or 0x1949FD) is known color: Neon Blue. HEX triplet: 19, 49 and FD. RGB value is (25,73,253). Sum of RGB (Red+Green+Blue) = 25+73+253=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #1949FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1949FD is #E6B602. Grayscale: #4E4E4E. Windows color (decimal): -15119875 or 16599321. OLE color: 16599321.

HSL color Cylindrical-coordinate representation of color #1949FD: hue angle of 227.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1949FD is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 73 253 -
CMYK 0.90 0.71 0 0.01
HSL 227.37º 0.98% 0.55% -
HSV(B) 227.37º 0.9% 0.99% -
XYZ 20.51 12.06 94.18 -
YUV 79.17 226.1 89.36 -
System Red Green Blue C M Y K H S L
Decimal 25 73 253 0.90 0.71 0 0.01 227.37 0.98 0.55
Hex 19 49 FD 5A 47 0 1 E3 62 37
Octal 31 111 375 132 107 0 1 343 142 67
Binary 11001 1001001 11111101 1011010 1000111 0 1 11100011 1100010 110111

Color Harmonies of #1949FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1949FD

Black with #1949FD

Text Example


Text Example

White with #1949FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1949FD; }

 p { color: rgb(25,73,253); }

 H1.HeaderClassName
 {
   color: #1949FD;
 }
 .AnyTagClassName
 {
   color: #1949FD;
 }
</style>

background-color css

<style>
 a { background-color: #1949FD; }

 a { background-color: rgb(25,73,253); }

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

border-color css

<style>
 span { border-color: #1949FD; }

 span { border-color: rgb(25,73,253); }

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