Html Css Color HEX #293CEF Neon Blue

📋 copy color: '#293CEF'

red 41 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #293CEF

Tints of Neon Blue #293CEF

RGB

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

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

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

R = 12.06%
G = 17.65%
B = 70.29%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#293CEF (or 0x293CEF) is known color: Neon Blue. HEX triplet: 29, 3C and EF. RGB value is (41,60,239). Sum of RGB (Red+Green+Blue) = 41+60+239=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #293CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293CEF is #D6C310. Grayscale: #494949. Windows color (decimal): -14074641 or 15678505. OLE color: 15678505.

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

Color convert

RGB 41 60 239 -
CMYK 0.83 0.75 0 0.06
HSL 234.24º 0.86% 0.55% -
HSV(B) 234.24º 0.83% 0.94% -
XYZ 18.11 9.94 82.62 -
YUV 74.73 220.71 103.95 -
System Red Green Blue C M Y K H S L
Decimal 41 60 239 0.83 0.75 0 0.06 234.24 0.86 0.55
Hex 29 3C EF 53 4B 0 6 EA 56 37
Octal 51 74 357 123 113 0 6 352 126 67
Binary 101001 111100 11101111 1010011 1001011 0 110 11101010 1010110 110111

Color Harmonies of #293CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CEF

Black with #293CEF

Text Example


Text Example

White with #293CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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