Html Css Color HEX #294DFB Neon Blue

📋 copy color: '#294DFB'

red 41 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #294DFB

Tints of Neon Blue #294DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.87%

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

R = 11.11%
G = 20.87%
B = 68.02%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#294DFB (or 0x294DFB) is known color: Neon Blue. HEX triplet: 29, 4D and FB. RGB value is (41,77,251). Sum of RGB (Red+Green+Blue) = 41+77+251=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #294DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294DFB is #D6B204. Grayscale: #555555. Windows color (decimal): -14070277 or 16469289. OLE color: 16469289.

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

Color convert

RGB 41 77 251 -
CMYK 0.84 0.69 0 0.02
HSL 229.71º 0.96% 0.57% -
HSV(B) 229.71º 0.84% 0.98% -
XYZ 20.98 12.74 92.62 -
YUV 86.07 221.07 95.85 -
System Red Green Blue C M Y K H S L
Decimal 41 77 251 0.84 0.69 0 0.02 229.71 0.96 0.57
Hex 29 4D FB 54 45 0 2 E6 60 39
Octal 51 115 373 124 105 0 2 346 140 71
Binary 101001 1001101 11111011 1010100 1000101 0 10 11100110 1100000 111001

Color Harmonies of #294DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DFB

Black with #294DFB

Text Example


Text Example

White with #294DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294DFB; }

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

 H1.HeaderClassName
 {
   color: #294DFB;
 }
 .AnyTagClassName
 {
   color: #294DFB;
 }
</style>

background-color css

<style>
 a { background-color: #294DFB; }

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

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

border-color css

<style>
 span { border-color: #294DFB; }

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

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