Html Css Color HEX #293FF9 Neon Blue

📋 copy color: '#293FF9'

red 41 ◦ green 63 ◦ blue 249

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

Shades of Neon Blue #293FF9

Tints of Neon Blue #293FF9

RGB

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

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

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

R = 11.61%
G = 17.85%
B = 70.54%

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

#293FF9 (or 0x293FF9) is known color: Neon Blue. HEX triplet: 29, 3F and F9. RGB value is (41,63,249). Sum of RGB (Red+Green+Blue) = 41+63+249=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 249 (97.66% from 255 or 70.54% from 353); Max value from RGB is 249 - color contains mainly: blue. Hex color #293FF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293FF9 is #D6C006. Grayscale: #4C4C4C. Windows color (decimal): -14073863 or 16334633. OLE color: 16334633.

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

Color convert

RGB 41 63 249 -
CMYK 0.84 0.75 0 0.02
HSL 233.65º 0.95% 0.57% -
HSV(B) 233.65º 0.84% 0.98% -
XYZ 19.79 10.87 90.68 -
YUV 77.63 224.71 101.88 -
System Red Green Blue C M Y K H S L
Decimal 41 63 249 0.84 0.75 0 0.02 233.65 0.95 0.57
Hex 29 3F F9 54 4B 0 2 EA 5F 39
Octal 51 77 371 124 113 0 2 352 137 71
Binary 101001 111111 11111001 1010100 1001011 0 10 11101010 1011111 111001

Color Harmonies of #293FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FF9

Black with #293FF9

Text Example


Text Example

White with #293FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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