Html Css Color HEX #294EF7 Neon Blue

📋 copy color: '#294EF7'

red 41 ◦ green 78 ◦ blue 247

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

Shades of Neon Blue #294EF7

Tints of Neon Blue #294EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 67.49%

R = 11.2%
G = 21.31%
B = 67.49%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#294EF7 (or 0x294EF7) is known color: Neon Blue. HEX triplet: 29, 4E and F7. RGB value is (41,78,247). Sum of RGB (Red+Green+Blue) = 41+78+247=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 247 (96.88% from 255 or 67.49% from 366); Max value from RGB is 247 - color contains mainly: blue. Hex color #294EF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294EF7 is #D6B108. Grayscale: #555555. Windows color (decimal): -14070025 or 16207401. OLE color: 16207401.

HSL color Cylindrical-coordinate representation of color #294EF7: hue angle of 229.22º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294EF7 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 78 247 -
CMYK 0.83 0.68 0 0.03
HSL 229.22º 0.93% 0.56% -
HSV(B) 229.22º 0.83% 0.97% -
XYZ 20.43 12.64 89.36 -
YUV 86.2 218.74 95.76 -
System Red Green Blue C M Y K H S L
Decimal 41 78 247 0.83 0.68 0 0.03 229.22 0.93 0.56
Hex 29 4E F7 53 44 0 3 E5 5D 38
Octal 51 116 367 123 104 0 3 345 135 70
Binary 101001 1001110 11110111 1010011 1000100 0 11 11100101 1011101 111000

Color Harmonies of #294EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EF7

Black with #294EF7

Text Example


Text Example

White with #294EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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