Html Css Color HEX #2950FB Neon Blue

📋 copy color: '#2950FB'

red 41 ◦ green 80 ◦ blue 251

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

Shades of Neon Blue #2950FB

Tints of Neon Blue #2950FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 11.02%
G = 21.51%
B = 67.47%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2950FB (or 0x2950FB) is known color: Neon Blue. HEX triplet: 29, 50 and FB. RGB value is (41,80,251). Sum of RGB (Red+Green+Blue) = 41+80+251=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #2950FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2950FB is #D6AF04. Grayscale: #575757. Windows color (decimal): -14069509 or 16470057. OLE color: 16470057.

HSL color Cylindrical-coordinate representation of color #2950FB: hue angle of 228.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 #2950FB is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 80 251 -
CMYK 0.84 0.68 0 0.02
HSL 228.86º 0.96% 0.57% -
HSV(B) 228.86º 0.84% 0.98% -
XYZ 21.2 13.17 92.69 -
YUV 87.83 220.08 94.6 -
System Red Green Blue C M Y K H S L
Decimal 41 80 251 0.84 0.68 0 0.02 228.86 0.96 0.57
Hex 29 50 FB 54 44 0 2 E5 60 39
Octal 51 120 373 124 104 0 2 345 140 71
Binary 101001 1010000 11111011 1010100 1000100 0 10 11100101 1100000 111001

Color Harmonies of #2950FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2950FB

Black with #2950FB

Text Example


Text Example

White with #2950FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2950FB; }

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

 H1.HeaderClassName
 {
   color: #2950FB;
 }
 .AnyTagClassName
 {
   color: #2950FB;
 }
</style>

background-color css

<style>
 a { background-color: #2950FB; }

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

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

border-color css

<style>
 span { border-color: #2950FB; }

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

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