Html Css Color HEX #293BFB Neon Blue

📋 copy color: '#293BFB'

red 41 ◦ green 59 ◦ blue 251

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

Shades of Neon Blue #293BFB

Tints of Neon Blue #293BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.81%

 BLUE value IS 251 (98.44% from 255) = 71.51%

R = 11.68%
G = 16.81%
B = 71.51%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#293BFB (or 0x293BFB) is known color: Neon Blue. HEX triplet: 29, 3B and FB. RGB value is (41,59,251). Sum of RGB (Red+Green+Blue) = 41+59+251=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #293BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293BFB is #D6C404. Grayscale: #4A4A4A. Windows color (decimal): -14074885 or 16464681. OLE color: 16464681.

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

Color convert

RGB 41 59 251 -
CMYK 0.84 0.76 0 0.02
HSL 234.86º 0.96% 0.57% -
HSV(B) 234.86º 0.84% 0.98% -
XYZ 19.89 10.56 92.26 -
YUV 75.51 227.04 103.39 -
System Red Green Blue C M Y K H S L
Decimal 41 59 251 0.84 0.76 0 0.02 234.86 0.96 0.57
Hex 29 3B FB 54 4C 0 2 EB 60 39
Octal 51 73 373 124 114 0 2 353 140 71
Binary 101001 111011 11111011 1010100 1001100 0 10 11101011 1100000 111001

Color Harmonies of #293BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BFB

Black with #293BFB

Text Example


Text Example

White with #293BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,59,251); }

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

background-color css

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

 a { background-color: rgb(41,59,251); }

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

border-color css

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

 span { border-color: rgb(41,59,251); }

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