Html Css Color HEX #3350FB Neon Blue

📋 copy color: '#3350FB'

red 51 ◦ green 80 ◦ blue 251

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

Shades of Neon Blue #3350FB

Tints of Neon Blue #3350FB

RGB

 RED value IS 51 (20.31% from 255) = 13.35%

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

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

R = 13.35%
G = 20.94%
B = 65.71%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3350FB (or 0x3350FB) is known color: Neon Blue. HEX triplet: 33, 50 and FB. RGB value is (51,80,251). Sum of RGB (Red+Green+Blue) = 51+80+251=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #3350FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3350FB is #CCAF04. Grayscale: #5A5A5A. Windows color (decimal): -13414149 or 16470067. OLE color: 16470067.

HSL color Cylindrical-coordinate representation of color #3350FB: hue angle of 231.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3350FB is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 80 251 -
CMYK 0.80 0.68 0 0.02
HSL 231.3º 0.96% 0.59% -
HSV(B) 231.3º 0.8% 0.98% -
XYZ 21.65 13.41 92.71 -
YUV 90.82 218.39 99.6 -
System Red Green Blue C M Y K H S L
Decimal 51 80 251 0.80 0.68 0 0.02 231.3 0.96 0.59
Hex 33 50 FB 50 44 0 2 E7 60 3B
Octal 63 120 373 120 104 0 2 347 140 73
Binary 110011 1010000 11111011 1010000 1000100 0 10 11100111 1100000 111011

Color Harmonies of #3350FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3350FB

Black with #3350FB

Text Example


Text Example

White with #3350FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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