Html Css Color HEX #293EFD Neon Blue

📋 copy color: '#293EFD'

red 41 ◦ green 62 ◦ blue 253

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

Shades of Neon Blue #293EFD

Tints of Neon Blue #293EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.07%

R = 11.52%
G = 17.42%
B = 71.07%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#293EFD (or 0x293EFD) is known color: Neon Blue. HEX triplet: 29, 3E and FD. RGB value is (41,62,253). Sum of RGB (Red+Green+Blue) = 41+62+253=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #293EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EFD is #D6C102. Grayscale: #4C4C4C. Windows color (decimal): -14074115 or 16596521. OLE color: 16596521.

HSL color Cylindrical-coordinate representation of color #293EFD: hue angle of 234.06º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #293EFD is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 62 253 -
CMYK 0.84 0.75 0 0.01
HSL 234.06º 0.98% 0.58% -
HSV(B) 234.06º 0.84% 0.99% -
XYZ 20.37 11.01 93.98 -
YUV 77.5 227.04 101.97 -
System Red Green Blue C M Y K H S L
Decimal 41 62 253 0.84 0.75 0 0.01 234.06 0.98 0.58
Hex 29 3E FD 54 4B 0 1 EA 62 3A
Octal 51 76 375 124 113 0 1 352 142 72
Binary 101001 111110 11111101 1010100 1001011 0 1 11101010 1100010 111010

Color Harmonies of #293EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EFD

Black with #293EFD

Text Example


Text Example

White with #293EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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