Html Css Color HEX #292EEF Neon Blue

📋 copy color: '#292EEF'

red 41 ◦ green 46 ◦ blue 239

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

Shades of Neon Blue #292EEF

Tints of Neon Blue #292EEF

RGB

 RED value IS 41 (16.41% from 255) = 12.58%

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

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

R = 12.58%
G = 14.11%
B = 73.31%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#292EEF (or 0x292EEF) is known color: Neon Blue. HEX triplet: 29, 2E and EF. RGB value is (41,46,239). Sum of RGB (Red+Green+Blue) = 41+46+239=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #292EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292EEF is #D6D110. Grayscale: #414141. Windows color (decimal): -14078225 or 15674921. OLE color: 15674921.

HSL color Cylindrical-coordinate representation of color #292EEF: hue angle of 238.48º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #292EEF is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 46 239 -
CMYK 0.83 0.81 0 0.06
HSL 238.48º 0.86% 0.55% -
HSV(B) 238.48º 0.83% 0.94% -
XYZ 17.47 8.66 82.41 -
YUV 66.51 225.34 109.81 -
System Red Green Blue C M Y K H S L
Decimal 41 46 239 0.83 0.81 0 0.06 238.48 0.86 0.55
Hex 29 2E EF 53 51 0 6 EE 56 37
Octal 51 56 357 123 121 0 6 356 126 67
Binary 101001 101110 11101111 1010011 1010001 0 110 11101110 1010110 110111

Color Harmonies of #292EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292EEF

Black with #292EEF

Text Example


Text Example

White with #292EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292EEF; }

 p { color: rgb(41,46,239); }

 H1.HeaderClassName
 {
   color: #292EEF;
 }
 .AnyTagClassName
 {
   color: #292EEF;
 }
</style>

background-color css

<style>
 a { background-color: #292EEF; }

 a { background-color: rgb(41,46,239); }

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

border-color css

<style>
 span { border-color: #292EEF; }

 span { border-color: rgb(41,46,239); }

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