Html Css Color HEX #294BF1 Neon Blue

📋 copy color: '#294BF1'

red 41 ◦ green 75 ◦ blue 241

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

Shades of Neon Blue #294BF1

Tints of Neon Blue #294BF1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.01%

 BLUE value IS 241 (94.53% from 255) = 67.51%

R = 11.48%
G = 21.01%
B = 67.51%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#294BF1 (or 0x294BF1) is known color: Neon Blue. HEX triplet: 29, 4B and F1. RGB value is (41,75,241). Sum of RGB (Red+Green+Blue) = 41+75+241=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #294BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294BF1 is #D6B40E. Grayscale: #535353. Windows color (decimal): -14070799 or 15813417. OLE color: 15813417.

HSL color Cylindrical-coordinate representation of color #294BF1: hue angle of 229.8º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294BF1 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 75 241 -
CMYK 0.83 0.69 0 0.05
HSL 229.8º 0.88% 0.55% -
HSV(B) 229.8º 0.83% 0.95% -
XYZ 19.31 11.85 84.49 -
YUV 83.76 216.74 97.5 -
System Red Green Blue C M Y K H S L
Decimal 41 75 241 0.83 0.69 0 0.05 229.8 0.88 0.55
Hex 29 4B F1 53 45 0 5 E6 58 37
Octal 51 113 361 123 105 0 5 346 130 67
Binary 101001 1001011 11110001 1010011 1000101 0 101 11100110 1011000 110111

Color Harmonies of #294BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BF1

Black with #294BF1

Text Example


Text Example

White with #294BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,75,241); }

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

background-color css

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

 a { background-color: rgb(41,75,241); }

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

border-color css

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

 span { border-color: rgb(41,75,241); }

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