Html Css Color HEX #294FFA Neon Blue

📋 copy color: '#294FFA'

red 41 ◦ green 79 ◦ blue 250

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

Shades of Neon Blue #294FFA

Tints of Neon Blue #294FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 11.08%
G = 21.35%
B = 67.57%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#294FFA (or 0x294FFA) is known color: Neon Blue. HEX triplet: 29, 4F and FA. RGB value is (41,79,250). Sum of RGB (Red+Green+Blue) = 41+79+250=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #294FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294FFA is #D6B005. Grayscale: #565656. Windows color (decimal): -14069766 or 16404265. OLE color: 16404265.

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

Color convert

RGB 41 79 250 -
CMYK 0.84 0.68 0 0.02
HSL 229.09º 0.95% 0.57% -
HSV(B) 229.09º 0.84% 0.98% -
XYZ 20.97 12.97 91.84 -
YUV 87.13 219.91 95.1 -
System Red Green Blue C M Y K H S L
Decimal 41 79 250 0.84 0.68 0 0.02 229.09 0.95 0.57
Hex 29 4F FA 54 44 0 2 E5 5F 39
Octal 51 117 372 124 104 0 2 345 137 71
Binary 101001 1001111 11111010 1010100 1000100 0 10 11100101 1011111 111001

Color Harmonies of #294FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FFA

Black with #294FFA

Text Example


Text Example

White with #294FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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