Html Css Color HEX #293CEB Neon Blue

📋 copy color: '#293CEB'

red 41 ◦ green 60 ◦ blue 235

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

Shades of Neon Blue #293CEB

Tints of Neon Blue #293CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

 BLUE value IS 235 (92.19% from 255) = 69.94%

R = 12.2%
G = 17.86%
B = 69.94%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#293CEB (or 0x293CEB) is known color: Neon Blue. HEX triplet: 29, 3C and EB. RGB value is (41,60,235). Sum of RGB (Red+Green+Blue) = 41+60+235=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #293CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293CEB is #D6C314. Grayscale: #494949. Windows color (decimal): -14074645 or 15416361. OLE color: 15416361.

HSL color Cylindrical-coordinate representation of color #293CEB: hue angle of 234.12º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293CEB is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 60 235 -
CMYK 0.83 0.74 0 0.08
HSL 234.12º 0.83% 0.54% -
HSV(B) 234.12º 0.83% 0.92% -
XYZ 17.53 9.7 79.55 -
YUV 74.27 218.71 104.27 -
System Red Green Blue C M Y K H S L
Decimal 41 60 235 0.83 0.74 0 0.08 234.12 0.83 0.54
Hex 29 3C EB 53 4A 0 8 EA 53 36
Octal 51 74 353 123 112 0 10 352 123 66
Binary 101001 111100 11101011 1010011 1001010 0 1000 11101010 1010011 110110

Color Harmonies of #293CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CEB

Black with #293CEB

Text Example


Text Example

White with #293CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,60,235); }

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

background-color css

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

 a { background-color: rgb(41,60,235); }

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

border-color css

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

 span { border-color: rgb(41,60,235); }

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