Html Css Color HEX #293FEF Neon Blue

📋 copy color: '#293FEF'

red 41 ◦ green 63 ◦ blue 239

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

Shades of Neon Blue #293FEF

Tints of Neon Blue #293FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

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

R = 11.95%
G = 18.37%
B = 69.68%

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

#293FEF (or 0x293FEF) is known color: Neon Blue. HEX triplet: 29, 3F and EF. RGB value is (41,63,239). Sum of RGB (Red+Green+Blue) = 41+63+239=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #293FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293FEF is #D6C010. Grayscale: #4B4B4B. Windows color (decimal): -14073873 or 15679273. OLE color: 15679273.

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

Color convert

RGB 41 63 239 -
CMYK 0.83 0.74 0 0.06
HSL 233.33º 0.86% 0.55% -
HSV(B) 233.33º 0.83% 0.94% -
XYZ 18.27 10.26 82.68 -
YUV 76.49 219.71 102.69 -
System Red Green Blue C M Y K H S L
Decimal 41 63 239 0.83 0.74 0 0.06 233.33 0.86 0.55
Hex 29 3F EF 53 4A 0 6 E9 56 37
Octal 51 77 357 123 112 0 6 351 126 67
Binary 101001 111111 11101111 1010011 1001010 0 110 11101001 1010110 110111

Color Harmonies of #293FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FEF

Black with #293FEF

Text Example


Text Example

White with #293FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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