Html Css Color HEX #2F49ED Neon Blue

📋 copy color: '#2F49ED'

red 47 ◦ green 73 ◦ blue 237

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

Shades of Neon Blue #2F49ED

Tints of Neon Blue #2F49ED

RGB

 RED value IS 47 (18.75% from 255) = 13.17%

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

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

R = 13.17%
G = 20.45%
B = 66.39%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F49ED (or 0x2F49ED) is known color: Neon Blue. HEX triplet: 2F, 49 and ED. RGB value is (47,73,237). Sum of RGB (Red+Green+Blue) = 47+73+237=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F49ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F49ED is #D0B612. Grayscale: #535353. Windows color (decimal): -13678099 or 15550767. OLE color: 15550767.

HSL color Cylindrical-coordinate representation of color #2F49ED: hue angle of 231.79º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F49ED is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 73 237 -
CMYK 0.80 0.69 0 0.07
HSL 231.79º 0.84% 0.56% -
HSV(B) 231.79º 0.8% 0.93% -
XYZ 18.84 11.48 81.34 -
YUV 83.92 214.39 101.66 -
System Red Green Blue C M Y K H S L
Decimal 47 73 237 0.80 0.69 0 0.07 231.79 0.84 0.56
Hex 2F 49 ED 50 45 0 7 E8 54 38
Octal 57 111 355 120 105 0 7 350 124 70
Binary 101111 1001001 11101101 1010000 1000101 0 111 11101000 1010100 111000

Color Harmonies of #2F49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F49ED

Black with #2F49ED

Text Example


Text Example

White with #2F49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F49ED; }

 p { color: rgb(47,73,237); }

 H1.HeaderClassName
 {
   color: #2F49ED;
 }
 .AnyTagClassName
 {
   color: #2F49ED;
 }
</style>

background-color css

<style>
 a { background-color: #2F49ED; }

 a { background-color: rgb(47,73,237); }

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

border-color css

<style>
 span { border-color: #2F49ED; }

 span { border-color: rgb(47,73,237); }

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