Html Css Color HEX #2F2EEE Neon Blue

📋 copy color: '#2F2EEE'

red 47 ◦ green 46 ◦ blue 238

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

Shades of Neon Blue #2F2EEE

Tints of Neon Blue #2F2EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

 BLUE value IS 238 (93.36% from 255) = 71.9%

R = 14.2%
G = 13.9%
B = 71.9%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F2EEE (or 0x2F2EEE) is known color: Neon Blue. HEX triplet: 2F, 2E and EE. RGB value is (47,46,238). Sum of RGB (Red+Green+Blue) = 47+46+238=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F2EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2EEE is #D0D111. Grayscale: #434343. Windows color (decimal): -13685010 or 15609391. OLE color: 15609391.

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

Color convert

RGB 47 46 238 -
CMYK 0.80 0.81 0 0.07
HSL 240.31º 0.85% 0.56% -
HSV(B) 240.31º 0.81% 0.93% -
XYZ 17.58 8.73 81.65 -
YUV 68.19 223.83 112.89 -
System Red Green Blue C M Y K H S L
Decimal 47 46 238 0.80 0.81 0 0.07 240.31 0.85 0.56
Hex 2F 2E EE 50 51 0 7 F0 55 38
Octal 57 56 356 120 121 0 7 360 125 70
Binary 101111 101110 11101110 1010000 1010001 0 111 11110000 1010101 111000

Color Harmonies of #2F2EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2EEE

Black with #2F2EEE

Text Example


Text Example

White with #2F2EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,46,238); }

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

background-color css

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

 a { background-color: rgb(47,46,238); }

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

border-color css

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

 span { border-color: rgb(47,46,238); }

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