Html Css Color HEX #293BFA Neon Blue

📋 copy color: '#293BFA'

red 41 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #293BFA

Tints of Neon Blue #293BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.86%

 BLUE value IS 250 (98.05% from 255) = 71.43%

R = 11.71%
G = 16.86%
B = 71.43%

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

#293BFA (or 0x293BFA) is known color: Neon Blue. HEX triplet: 29, 3B and FA. RGB value is (41,59,250). Sum of RGB (Red+Green+Blue) = 41+59+250=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #293BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293BFA is #D6C405. Grayscale: #4A4A4A. Windows color (decimal): -14074886 or 16399145. OLE color: 16399145.

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

Color convert

RGB 41 59 250 -
CMYK 0.84 0.76 0 0.02
HSL 234.83º 0.95% 0.57% -
HSV(B) 234.83º 0.84% 0.98% -
XYZ 19.73 10.5 91.43 -
YUV 75.39 226.54 103.47 -
System Red Green Blue C M Y K H S L
Decimal 41 59 250 0.84 0.76 0 0.02 234.83 0.95 0.57
Hex 29 3B FA 54 4C 0 2 EB 5F 39
Octal 51 73 372 124 114 0 2 353 137 71
Binary 101001 111011 11111010 1010100 1001100 0 10 11101011 1011111 111001

Color Harmonies of #293BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BFA

Black with #293BFA

Text Example


Text Example

White with #293BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,59,250); }

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

background-color css

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

 a { background-color: rgb(41,59,250); }

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

border-color css

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

 span { border-color: rgb(41,59,250); }

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