Html Css Color HEX #2947ED Neon Blue

📋 copy color: '#2947ED'

red 41 ◦ green 71 ◦ blue 237

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

Shades of Neon Blue #2947ED

Tints of Neon Blue #2947ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.91%

R = 11.75%
G = 20.34%
B = 67.91%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2947ED (or 0x2947ED) is known color: Neon Blue. HEX triplet: 29, 47 and ED. RGB value is (41,71,237). Sum of RGB (Red+Green+Blue) = 41+71+237=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #2947ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2947ED is #D6B812. Grayscale: #505050. Windows color (decimal): -14071827 or 15550249. OLE color: 15550249.

HSL color Cylindrical-coordinate representation of color #2947ED: hue angle of 230.82º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2947ED is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 71 237 -
CMYK 0.83 0.70 0 0.07
HSL 230.82º 0.84% 0.55% -
HSV(B) 230.82º 0.83% 0.93% -
XYZ 18.45 11.09 81.29 -
YUV 80.95 216.06 99.5 -
System Red Green Blue C M Y K H S L
Decimal 41 71 237 0.83 0.70 0 0.07 230.82 0.84 0.55
Hex 29 47 ED 53 46 0 7 E7 54 37
Octal 51 107 355 123 106 0 7 347 124 67
Binary 101001 1000111 11101101 1010011 1000110 0 111 11100111 1010100 110111

Color Harmonies of #2947ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2947ED

Black with #2947ED

Text Example


Text Example

White with #2947ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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