Html Css Color HEX #294AF4 Neon Blue

📋 copy color: '#294AF4'

red 41 ◦ green 74 ◦ blue 244

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

Shades of Neon Blue #294AF4

Tints of Neon Blue #294AF4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.61%

 BLUE value IS 244 (95.7% from 255) = 67.97%

R = 11.42%
G = 20.61%
B = 67.97%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#294AF4 (or 0x294AF4) is known color: Neon Blue. HEX triplet: 29, 4A and F4. RGB value is (41,74,244). Sum of RGB (Red+Green+Blue) = 41+74+244=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 244 (95.70% from 255 or 67.97% from 359); Max value from RGB is 244 - color contains mainly: blue. Hex color #294AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294AF4 is #D6B50B. Grayscale: #525252. Windows color (decimal): -14071052 or 16009769. OLE color: 16009769.

HSL color Cylindrical-coordinate representation of color #294AF4: hue angle of 230.25º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294AF4 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 74 244 -
CMYK 0.83 0.70 0 0.04
HSL 230.25º 0.9% 0.56% -
HSV(B) 230.25º 0.83% 0.96% -
XYZ 19.69 11.9 86.85 -
YUV 83.51 218.57 97.68 -
System Red Green Blue C M Y K H S L
Decimal 41 74 244 0.83 0.70 0 0.04 230.25 0.9 0.56
Hex 29 4A F4 53 46 0 4 E6 5A 38
Octal 51 112 364 123 106 0 4 346 132 70
Binary 101001 1001010 11110100 1010011 1000110 0 100 11100110 1011010 111000

Color Harmonies of #294AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294AF4

Black with #294AF4

Text Example


Text Example

White with #294AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,74,244); }

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

background-color css

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

 a { background-color: rgb(41,74,244); }

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

border-color css

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

 span { border-color: rgb(41,74,244); }

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