Html Css Color HEX #294FFD Neon Blue

📋 copy color: '#294FFD'

red 41 ◦ green 79 ◦ blue 253

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

Shades of Neon Blue #294FFD

Tints of Neon Blue #294FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.83%

R = 10.99%
G = 21.18%
B = 67.83%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#294FFD (or 0x294FFD) is known color: Neon Blue. HEX triplet: 29, 4F and FD. RGB value is (41,79,253). Sum of RGB (Red+Green+Blue) = 41+79+253=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #294FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294FFD is #D6B002. Grayscale: #565656. Windows color (decimal): -14069763 or 16600873. OLE color: 16600873.

HSL color Cylindrical-coordinate representation of color #294FFD: hue angle of 229.25º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #294FFD is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 79 253 -
CMYK 0.84 0.69 0 0.01
HSL 229.25º 0.98% 0.58% -
HSV(B) 229.25º 0.84% 0.99% -
XYZ 21.44 13.16 94.34 -
YUV 87.47 221.41 94.85 -
System Red Green Blue C M Y K H S L
Decimal 41 79 253 0.84 0.69 0 0.01 229.25 0.98 0.58
Hex 29 4F FD 54 45 0 1 E5 62 3A
Octal 51 117 375 124 105 0 1 345 142 72
Binary 101001 1001111 11111101 1010100 1000101 0 1 11100101 1100010 111010

Color Harmonies of #294FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FFD

Black with #294FFD

Text Example


Text Example

White with #294FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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