Html Css Color HEX #2F47EF Neon Blue

📋 copy color: '#2F47EF'

red 47 ◦ green 71 ◦ blue 239

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

Shades of Neon Blue #2F47EF

Tints of Neon Blue #2F47EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.95%

R = 13.17%
G = 19.89%
B = 66.95%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F47EF (or 0x2F47EF) is known color: Neon Blue. HEX triplet: 2F, 47 and EF. RGB value is (47,71,239). Sum of RGB (Red+Green+Blue) = 47+71+239=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F47EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F47EF is #D0B810. Grayscale: #525252. Windows color (decimal): -13678609 or 15681327. OLE color: 15681327.

HSL color Cylindrical-coordinate representation of color #2F47EF: hue angle of 232.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F47EF is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 71 239 -
CMYK 0.80 0.70 0 0.06
HSL 232.5º 0.86% 0.56% -
HSV(B) 232.5º 0.8% 0.94% -
XYZ 19.01 11.34 82.85 -
YUV 82.98 216.05 102.34 -
System Red Green Blue C M Y K H S L
Decimal 47 71 239 0.80 0.70 0 0.06 232.5 0.86 0.56
Hex 2F 47 EF 50 46 0 6 E8 56 38
Octal 57 107 357 120 106 0 6 350 126 70
Binary 101111 1000111 11101111 1010000 1000110 0 110 11101000 1010110 111000

Color Harmonies of #2F47EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F47EF

Black with #2F47EF

Text Example


Text Example

White with #2F47EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,71,239); }

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

background-color css

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

 a { background-color: rgb(47,71,239); }

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

border-color css

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

 span { border-color: rgb(47,71,239); }

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