Html Css Color HEX #1946F9 Neon Blue

📋 copy color: '#1946F9'

red 25 ◦ green 70 ◦ blue 249

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

Shades of Neon Blue #1946F9

Tints of Neon Blue #1946F9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

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

R = 7.27%
G = 20.35%
B = 72.38%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1946F9 (or 0x1946F9) is known color: Neon Blue. HEX triplet: 19, 46 and F9. RGB value is (25,70,249). Sum of RGB (Red+Green+Blue) = 25+70+249=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 249 (97.66% from 255 or 72.38% from 344); Max value from RGB is 249 - color contains mainly: blue. Hex color #1946F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1946F9 is #E6B906. Grayscale: #4C4C4C. Windows color (decimal): -15120647 or 16336409. OLE color: 16336409.

HSL color Cylindrical-coordinate representation of color #1946F9: hue angle of 227.95º 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 #1946F9 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 70 249 -
CMYK 0.90 0.72 0 0.02
HSL 227.95º 0.95% 0.54% -
HSV(B) 227.95º 0.9% 0.98% -
XYZ 19.69 11.43 90.79 -
YUV 76.95 225.09 90.95 -
System Red Green Blue C M Y K H S L
Decimal 25 70 249 0.90 0.72 0 0.02 227.95 0.95 0.54
Hex 19 46 F9 5A 48 0 2 E4 5F 36
Octal 31 106 371 132 110 0 2 344 137 66
Binary 11001 1000110 11111001 1011010 1001000 0 10 11100100 1011111 110110

Color Harmonies of #1946F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1946F9

Black with #1946F9

Text Example


Text Example

White with #1946F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1946F9; }

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

 H1.HeaderClassName
 {
   color: #1946F9;
 }
 .AnyTagClassName
 {
   color: #1946F9;
 }
</style>

background-color css

<style>
 a { background-color: #1946F9; }

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

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

border-color css

<style>
 span { border-color: #1946F9; }

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

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