Html Css Color HEX #293DF9 Neon Blue

📋 copy color: '#293DF9'

red 41 ◦ green 61 ◦ blue 249

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

Shades of Neon Blue #293DF9

Tints of Neon Blue #293DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.38%

 BLUE value IS 249 (97.66% from 255) = 70.94%

R = 11.68%
G = 17.38%
B = 70.94%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#293DF9 (or 0x293DF9) is known color: Neon Blue. HEX triplet: 29, 3D and F9. RGB value is (41,61,249). Sum of RGB (Red+Green+Blue) = 41+61+249=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #293DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293DF9 is #D6C206. Grayscale: #4B4B4B. Windows color (decimal): -14074375 or 16334121. OLE color: 16334121.

HSL color Cylindrical-coordinate representation of color #293DF9: hue angle of 234.23º degrees, saturation: 0.95, 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 #293DF9 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 61 249 -
CMYK 0.84 0.76 0 0.02
HSL 234.23º 0.95% 0.57% -
HSV(B) 234.23º 0.84% 0.98% -
XYZ 19.68 10.65 90.64 -
YUV 76.45 225.37 102.71 -
System Red Green Blue C M Y K H S L
Decimal 41 61 249 0.84 0.76 0 0.02 234.23 0.95 0.57
Hex 29 3D F9 54 4C 0 2 EA 5F 39
Octal 51 75 371 124 114 0 2 352 137 71
Binary 101001 111101 11111001 1010100 1001100 0 10 11101010 1011111 111001

Color Harmonies of #293DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DF9

Black with #293DF9

Text Example


Text Example

White with #293DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,61,249); }

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

background-color css

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

 a { background-color: rgb(41,61,249); }

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

border-color css

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

 span { border-color: rgb(41,61,249); }

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