Html Css Color HEX #294CFA Neon Blue

📋 copy color: '#294CFA'

red 41 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #294CFA

Tints of Neon Blue #294CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

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

R = 11.17%
G = 20.71%
B = 68.12%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#294CFA (or 0x294CFA) is known color: Neon Blue. HEX triplet: 29, 4C and FA. RGB value is (41,76,250). Sum of RGB (Red+Green+Blue) = 41+76+250=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #294CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CFA is #D6B305. Grayscale: #545454. Windows color (decimal): -14070534 or 16403497. OLE color: 16403497.

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

Color convert

RGB 41 76 250 -
CMYK 0.84 0.70 0 0.02
HSL 229.95º 0.95% 0.57% -
HSV(B) 229.95º 0.84% 0.98% -
XYZ 20.75 12.54 91.77 -
YUV 85.37 220.9 96.35 -
System Red Green Blue C M Y K H S L
Decimal 41 76 250 0.84 0.70 0 0.02 229.95 0.95 0.57
Hex 29 4C FA 54 46 0 2 E6 5F 39
Octal 51 114 372 124 106 0 2 346 137 71
Binary 101001 1001100 11111010 1010100 1000110 0 10 11100110 1011111 111001

Color Harmonies of #294CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CFA

Black with #294CFA

Text Example


Text Example

White with #294CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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