Html Css Color HEX #2F3EEF Neon Blue

📋 copy color: '#2F3EEF'

red 47 ◦ green 62 ◦ blue 239

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

Shades of Neon Blue #2F3EEF

Tints of Neon Blue #2F3EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.82%

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

R = 13.51%
G = 17.82%
B = 68.68%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F3EEF (or 0x2F3EEF) is known color: Neon Blue. HEX triplet: 2F, 3E and EF. RGB value is (47,62,239). Sum of RGB (Red+Green+Blue) = 47+62+239=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F3EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3EEF is #D0C110. Grayscale: #4C4C4C. Windows color (decimal): -13680913 or 15679023. OLE color: 15679023.

HSL color Cylindrical-coordinate representation of color #2F3EEF: hue angle of 235.31º 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 #2F3EEF is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 62 239 -
CMYK 0.80 0.74 0 0.06
HSL 235.31º 0.86% 0.56% -
HSV(B) 235.31º 0.8% 0.94% -
XYZ 18.47 10.28 82.67 -
YUV 77.69 219.03 106.11 -
System Red Green Blue C M Y K H S L
Decimal 47 62 239 0.80 0.74 0 0.06 235.31 0.86 0.56
Hex 2F 3E EF 50 4A 0 6 EB 56 38
Octal 57 76 357 120 112 0 6 353 126 70
Binary 101111 111110 11101111 1010000 1001010 0 110 11101011 1010110 111000

Color Harmonies of #2F3EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3EEF

Black with #2F3EEF

Text Example


Text Example

White with #2F3EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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