Html Css Color HEX #293FFA Neon Blue

📋 copy color: '#293FFA'

red 41 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #293FFA

Tints of Neon Blue #293FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.8%

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

R = 11.58%
G = 17.8%
B = 70.62%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#293FFA (or 0x293FFA) is known color: Neon Blue. HEX triplet: 29, 3F and FA. RGB value is (41,63,250). Sum of RGB (Red+Green+Blue) = 41+63+250=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #293FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293FFA is #D6C005. Grayscale: #4C4C4C. Windows color (decimal): -14073862 or 16400169. OLE color: 16400169.

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

Color convert

RGB 41 63 250 -
CMYK 0.84 0.75 0 0.02
HSL 233.68º 0.95% 0.57% -
HSV(B) 233.68º 0.84% 0.98% -
XYZ 19.95 10.93 91.5 -
YUV 77.74 225.21 101.79 -
System Red Green Blue C M Y K H S L
Decimal 41 63 250 0.84 0.75 0 0.02 233.68 0.95 0.57
Hex 29 3F FA 54 4B 0 2 EA 5F 39
Octal 51 77 372 124 113 0 2 352 137 71
Binary 101001 111111 11111010 1010100 1001011 0 10 11101010 1011111 111001

Color Harmonies of #293FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FFA

Black with #293FFA

Text Example


Text Example

White with #293FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293FFA; }

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

 H1.HeaderClassName
 {
   color: #293FFA;
 }
 .AnyTagClassName
 {
   color: #293FFA;
 }
</style>

background-color css

<style>
 a { background-color: #293FFA; }

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

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

border-color css

<style>
 span { border-color: #293FFA; }

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

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