Html Css Color HEX #294BFA Neon Blue

📋 copy color: '#294BFA'

red 41 ◦ green 75 ◦ blue 250

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

Shades of Neon Blue #294BFA

Tints of Neon Blue #294BFA

RGB

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

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

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

R = 11.2%
G = 20.49%
B = 68.31%

CMYK

 C value IS 0.84

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#294BFA (or 0x294BFA) is known color: Neon Blue. HEX triplet: 29, 4B and FA. RGB value is (41,75,250). Sum of RGB (Red+Green+Blue) = 41+75+250=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #294BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294BFA is #D6B405. Grayscale: #545454. Windows color (decimal): -14070790 or 16403241. OLE color: 16403241.

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

Color convert

RGB 41 75 250 -
CMYK 0.84 0.7 0 0.02
HSL 230.24º 0.95% 0.57% -
HSV(B) 230.24º 0.84% 0.98% -
XYZ 20.69 12.41 91.75 -
YUV 84.78 221.24 96.77 -
System Red Green Blue C M Y K H S L
Decimal 41 75 250 0.84 0.7 0 0.02 230.24 0.95 0.57
Hex 29 4B FA 54 46 0 2 E6 5F 39
Octal 51 113 372 124 106 0 2 346 137 71
Binary 101001 1001011 11111010 1010100 1000110 0 10 11100110 1011111 111001

Color Harmonies of #294BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BFA

Black with #294BFA

Text Example


Text Example

White with #294BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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