Html Css Color HEX #2B49EE Neon Blue

📋 copy color: '#2B49EE'

red 43 ◦ green 73 ◦ blue 238

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

Shades of Neon Blue #2B49EE

Tints of Neon Blue #2B49EE

RGB

 RED value IS 43 (17.19% from 255) = 12.15%

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

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

R = 12.15%
G = 20.62%
B = 67.23%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B49EE (or 0x2B49EE) is known color: Neon Blue. HEX triplet: 2B, 49 and EE. RGB value is (43,73,238). Sum of RGB (Red+Green+Blue) = 43+73+238=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B49EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B49EE is #D4B611. Grayscale: #525252. Windows color (decimal): -13940242 or 15616299. OLE color: 15616299.

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

Color convert

RGB 43 73 238 -
CMYK 0.82 0.69 0 0.07
HSL 230.77º 0.85% 0.55% -
HSV(B) 230.77º 0.82% 0.93% -
XYZ 18.81 11.45 82.11 -
YUV 82.84 215.56 99.58 -
System Red Green Blue C M Y K H S L
Decimal 43 73 238 0.82 0.69 0 0.07 230.77 0.85 0.55
Hex 2B 49 EE 52 45 0 7 E7 55 37
Octal 53 111 356 122 105 0 7 347 125 67
Binary 101011 1001001 11101110 1010010 1000101 0 111 11100111 1010101 110111

Color Harmonies of #2B49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B49EE

Black with #2B49EE

Text Example


Text Example

White with #2B49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,73,238); }

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

background-color css

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

 a { background-color: rgb(43,73,238); }

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

border-color css

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

 span { border-color: rgb(43,73,238); }

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