Html Css Color HEX #293EEF Neon Blue

📋 copy color: '#293EEF'

red 41 ◦ green 62 ◦ blue 239

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

Shades of Neon Blue #293EEF

Tints of Neon Blue #293EEF

RGB

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

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

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

R = 11.99%
G = 18.13%
B = 69.88%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#293EEF (or 0x293EEF) is known color: Neon Blue. HEX triplet: 29, 3E and EF. RGB value is (41,62,239). Sum of RGB (Red+Green+Blue) = 41+62+239=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #293EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EEF is #D6C110. Grayscale: #4B4B4B. Windows color (decimal): -14074129 or 15679017. OLE color: 15679017.

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

Color convert

RGB 41 62 239 -
CMYK 0.83 0.74 0 0.06
HSL 233.64º 0.86% 0.55% -
HSV(B) 233.64º 0.83% 0.94% -
XYZ 18.22 10.15 82.66 -
YUV 75.9 220.04 103.11 -
System Red Green Blue C M Y K H S L
Decimal 41 62 239 0.83 0.74 0 0.06 233.64 0.86 0.55
Hex 29 3E EF 53 4A 0 6 EA 56 37
Octal 51 76 357 123 112 0 6 352 126 67
Binary 101001 111110 11101111 1010011 1001010 0 110 11101010 1010110 110111

Color Harmonies of #293EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EEF

Black with #293EEF

Text Example


Text Example

White with #293EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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