Html Css Color HEX #294DFD Neon Blue

📋 copy color: '#294DFD'

red 41 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #294DFD

Tints of Neon Blue #294DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

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

R = 11.05%
G = 20.75%
B = 68.19%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#294DFD (or 0x294DFD) is known color: Neon Blue. HEX triplet: 29, 4D and FD. RGB value is (41,77,253). Sum of RGB (Red+Green+Blue) = 41+77+253=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #294DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294DFD is #D6B202. Grayscale: #555555. Windows color (decimal): -14070275 or 16600361. OLE color: 16600361.

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

Color convert

RGB 41 77 253 -
CMYK 0.84 0.70 0 0.01
HSL 229.81º 0.98% 0.58% -
HSV(B) 229.81º 0.84% 0.99% -
XYZ 21.3 12.87 94.29 -
YUV 86.3 222.07 95.69 -
System Red Green Blue C M Y K H S L
Decimal 41 77 253 0.84 0.70 0 0.01 229.81 0.98 0.58
Hex 29 4D FD 54 46 0 1 E6 62 3A
Octal 51 115 375 124 106 0 1 346 142 72
Binary 101001 1001101 11111101 1010100 1000110 0 1 11100110 1100010 111010

Color Harmonies of #294DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DFD

Black with #294DFD

Text Example


Text Example

White with #294DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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