Html Css Color HEX #293CF9 Neon Blue

📋 copy color: '#293CF9'

red 41 ◦ green 60 ◦ blue 249

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

Shades of Neon Blue #293CF9

Tints of Neon Blue #293CF9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

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

R = 11.71%
G = 17.14%
B = 71.14%

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

#293CF9 (or 0x293CF9) is known color: Neon Blue. HEX triplet: 29, 3C and F9. RGB value is (41,60,249). Sum of RGB (Red+Green+Blue) = 41+60+249=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 249 (97.66% from 255 or 71.14% from 350); Max value from RGB is 249 - color contains mainly: blue. Hex color #293CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293CF9 is #D6C306. Grayscale: #4B4B4B. Windows color (decimal): -14074631 or 16333865. OLE color: 16333865.

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

Color convert

RGB 41 60 249 -
CMYK 0.84 0.76 0 0.02
HSL 234.52º 0.95% 0.57% -
HSV(B) 234.52º 0.84% 0.98% -
XYZ 19.63 10.54 90.62 -
YUV 75.87 225.71 103.13 -
System Red Green Blue C M Y K H S L
Decimal 41 60 249 0.84 0.76 0 0.02 234.52 0.95 0.57
Hex 29 3C F9 54 4C 0 2 EB 5F 39
Octal 51 74 371 124 114 0 2 353 137 71
Binary 101001 111100 11111001 1010100 1001100 0 10 11101011 1011111 111001

Color Harmonies of #293CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CF9

Black with #293CF9

Text Example


Text Example

White with #293CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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