Html Css Color HEX #1940FA Neon Blue

📋 copy color: '#1940FA'

red 25 ◦ green 64 ◦ blue 250

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

Shades of Neon Blue #1940FA

Tints of Neon Blue #1940FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 250 (98.05% from 255) = 73.75%

R = 7.37%
G = 18.88%
B = 73.75%

CMYK

 C value IS 0.9

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1940FA (or 0x1940FA) is known color: Neon Blue. HEX triplet: 19, 40 and FA. RGB value is (25,64,250). Sum of RGB (Red+Green+Blue) = 25+64+250=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #1940FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1940FA is #E6BF05. Grayscale: #484848. Windows color (decimal): -15122182 or 16400409. OLE color: 16400409.

HSL color Cylindrical-coordinate representation of color #1940FA: hue angle of 229.6º degrees, saturation: 0.96, 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 #1940FA is Cyan = 0.9, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 64 250 -
CMYK 0.9 0.74 0 0.02
HSL 229.6º 0.96% 0.54% -
HSV(B) 229.6º 0.9% 0.98% -
XYZ 19.49 10.78 91.5 -
YUV 73.54 227.58 93.38 -
System Red Green Blue C M Y K H S L
Decimal 25 64 250 0.9 0.74 0 0.02 229.6 0.96 0.54
Hex 19 40 FA 5A 4A 0 2 E6 60 36
Octal 31 100 372 132 112 0 2 346 140 66
Binary 11001 1000000 11111010 1011010 1001010 0 10 11100110 1100000 110110

Color Harmonies of #1940FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1940FA

Black with #1940FA

Text Example


Text Example

White with #1940FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1940FA; }

 p { color: rgb(25,64,250); }

 H1.HeaderClassName
 {
   color: #1940FA;
 }
 .AnyTagClassName
 {
   color: #1940FA;
 }
</style>

background-color css

<style>
 a { background-color: #1940FA; }

 a { background-color: rgb(25,64,250); }

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

border-color css

<style>
 span { border-color: #1940FA; }

 span { border-color: rgb(25,64,250); }

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