Html Css Color HEX #293FEE Neon Blue

📋 copy color: '#293FEE'

red 41 ◦ green 63 ◦ blue 238

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

Shades of Neon Blue #293FEE

Tints of Neon Blue #293FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 69.59%

R = 11.99%
G = 18.42%
B = 69.59%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#293FEE (or 0x293FEE) is known color: Neon Blue. HEX triplet: 29, 3F and EE. RGB value is (41,63,238). Sum of RGB (Red+Green+Blue) = 41+63+238=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 238 (93.36% from 255 or 69.59% from 342); Max value from RGB is 238 - color contains mainly: blue. Hex color #293FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293FEE is #D6C011. Grayscale: #4B4B4B. Windows color (decimal): -14073874 or 15613737. OLE color: 15613737.

HSL color Cylindrical-coordinate representation of color #293FEE: hue angle of 233.3º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293FEE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 63 238 -
CMYK 0.83 0.74 0 0.07
HSL 233.3º 0.85% 0.55% -
HSV(B) 233.3º 0.83% 0.93% -
XYZ 18.12 10.2 81.9 -
YUV 76.37 219.21 102.77 -
System Red Green Blue C M Y K H S L
Decimal 41 63 238 0.83 0.74 0 0.07 233.3 0.85 0.55
Hex 29 3F EE 53 4A 0 7 E9 55 37
Octal 51 77 356 123 112 0 7 351 125 67
Binary 101001 111111 11101110 1010011 1001010 0 111 11101001 1010101 110111

Color Harmonies of #293FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FEE

Black with #293FEE

Text Example


Text Example

White with #293FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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