Html Css Color HEX #294EFA Neon Blue

📋 copy color: '#294EFA'

red 41 ◦ green 78 ◦ blue 250

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

Shades of Neon Blue #294EFA

Tints of Neon Blue #294EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.14%

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

R = 11.11%
G = 21.14%
B = 67.75%

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

#294EFA (or 0x294EFA) is known color: Neon Blue. HEX triplet: 29, 4E and FA. RGB value is (41,78,250). Sum of RGB (Red+Green+Blue) = 41+78+250=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #294EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294EFA is #D6B105. Grayscale: #555555. Windows color (decimal): -14070022 or 16404009. OLE color: 16404009.

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

Color convert

RGB 41 78 250 -
CMYK 0.84 0.69 0 0.02
HSL 229.38º 0.95% 0.57% -
HSV(B) 229.38º 0.84% 0.98% -
XYZ 20.89 12.82 91.82 -
YUV 86.55 220.24 95.51 -
System Red Green Blue C M Y K H S L
Decimal 41 78 250 0.84 0.69 0 0.02 229.38 0.95 0.57
Hex 29 4E FA 54 45 0 2 E5 5F 39
Octal 51 116 372 124 105 0 2 345 137 71
Binary 101001 1001110 11111010 1010100 1000101 0 10 11100101 1011111 111001

Color Harmonies of #294EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EFA

Black with #294EFA

Text Example


Text Example

White with #294EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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