Html Css Color HEX #293EFB Neon Blue

📋 copy color: '#293EFB'

red 41 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #293EFB

Tints of Neon Blue #293EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.9%

R = 11.58%
G = 17.51%
B = 70.9%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#293EFB (or 0x293EFB) is known color: Neon Blue. HEX triplet: 29, 3E and FB. RGB value is (41,62,251). Sum of RGB (Red+Green+Blue) = 41+62+251=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #293EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EFB is #D6C104. Grayscale: #4C4C4C. Windows color (decimal): -14074117 or 16465449. OLE color: 16465449.

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

Color convert

RGB 41 62 251 -
CMYK 0.84 0.75 0 0.02
HSL 234º 0.96% 0.57% -
HSV(B) 234º 0.84% 0.98% -
XYZ 20.05 10.88 92.31 -
YUV 77.27 226.04 102.13 -
System Red Green Blue C M Y K H S L
Decimal 41 62 251 0.84 0.75 0 0.02 234 0.96 0.57
Hex 29 3E FB 54 4B 0 2 EA 60 39
Octal 51 76 373 124 113 0 2 352 140 71
Binary 101001 111110 11111011 1010100 1001011 0 10 11101010 1100000 111001

Color Harmonies of #293EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EFB

Black with #293EFB

Text Example


Text Example

White with #293EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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