Html Css Color HEX #2947FF Neon Blue

📋 copy color: '#2947FF'

red 41 ◦ green 71 ◦ blue 255

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

Shades of Neon Blue #2947FF

Tints of Neon Blue #2947FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.35%

 BLUE value IS 255 (100% from 255) = 69.48%

R = 11.17%
G = 19.35%
B = 69.48%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2947FF (or 0x2947FF) is known color: Neon Blue. HEX triplet: 29, 47 and FF. RGB value is (41,71,255). Sum of RGB (Red+Green+Blue) = 41+71+255=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #2947FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2947FF is #D6B800. Grayscale: #525252. Windows color (decimal): -14071809 or 16729897. OLE color: 16729897.

HSL color Cylindrical-coordinate representation of color #2947FF: hue angle of 231.59º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2947FF is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 71 255 -
CMYK 0.84 0.72 0 0
HSL 231.59º 1% 0.58% -
HSV(B) 231.59º 0.84% 1% -
XYZ 21.22 12.2 95.84 -
YUV 83.01 225.06 98.04 -
System Red Green Blue C M Y K H S L
Decimal 41 71 255 0.84 0.72 0 0 231.59 1 0.58
Hex 29 47 FF 54 48 0 0 E8 64 3A
Octal 51 107 377 124 110 0 0 350 144 72
Binary 101001 1000111 11111111 1010100 1001000 0 0 11101000 1100100 111010

Color Harmonies of #2947FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2947FF

Black with #2947FF

Text Example


Text Example

White with #2947FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2947FF; }

 p { color: rgb(41,71,255); }

 H1.HeaderClassName
 {
   color: #2947FF;
 }
 .AnyTagClassName
 {
   color: #2947FF;
 }
</style>

background-color css

<style>
 a { background-color: #2947FF; }

 a { background-color: rgb(41,71,255); }

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

border-color css

<style>
 span { border-color: #2947FF; }

 span { border-color: rgb(41,71,255); }

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