Html Css Color HEX #2949FC Neon Blue

📋 copy color: '#2949FC'

red 41 ◦ green 73 ◦ blue 252

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

Shades of Neon Blue #2949FC

Tints of Neon Blue #2949FC

RGB

 RED value IS 41 (16.41% from 255) = 11.2%

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

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 11.2%
G = 19.95%
B = 68.85%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2949FC (or 0x2949FC) is known color: Neon Blue. HEX triplet: 29, 49 and FC. RGB value is (41,73,252). Sum of RGB (Red+Green+Blue) = 41+73+252=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #2949FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2949FC is #D6B603. Grayscale: #535353. Windows color (decimal): -14071300 or 16533801. OLE color: 16533801.

HSL color Cylindrical-coordinate representation of color #2949FC: hue angle of 230.9º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2949FC is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 73 252 -
CMYK 0.84 0.71 0 0.01
HSL 230.9º 0.97% 0.57% -
HSV(B) 230.9º 0.84% 0.99% -
XYZ 20.87 12.26 93.36 -
YUV 83.84 222.9 97.45 -
System Red Green Blue C M Y K H S L
Decimal 41 73 252 0.84 0.71 0 0.01 230.9 0.97 0.57
Hex 29 49 FC 54 47 0 1 E7 61 39
Octal 51 111 374 124 107 0 1 347 141 71
Binary 101001 1001001 11111100 1010100 1000111 0 1 11100111 1100001 111001

Color Harmonies of #2949FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2949FC

Black with #2949FC

Text Example


Text Example

White with #2949FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2949FC; }

 p { color: rgb(41,73,252); }

 H1.HeaderClassName
 {
   color: #2949FC;
 }
 .AnyTagClassName
 {
   color: #2949FC;
 }
</style>

background-color css

<style>
 a { background-color: #2949FC; }

 a { background-color: rgb(41,73,252); }

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

border-color css

<style>
 span { border-color: #2949FC; }

 span { border-color: rgb(41,73,252); }

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