Html Css Color HEX #3341FB Neon Blue

📋 copy color: '#3341FB'

red 51 ◦ green 65 ◦ blue 251

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

Shades of Neon Blue #3341FB

Tints of Neon Blue #3341FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

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

R = 13.9%
G = 17.71%
B = 68.39%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3341FB (or 0x3341FB) is known color: Neon Blue. HEX triplet: 33, 41 and FB. RGB value is (51,65,251). Sum of RGB (Red+Green+Blue) = 51+65+251=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #3341FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3341FB is #CCBE04. Grayscale: #515151. Windows color (decimal): -13417989 or 16466227. OLE color: 16466227.

HSL color Cylindrical-coordinate representation of color #3341FB: hue angle of 235.8º 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 #3341FB is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 65 251 -
CMYK 0.80 0.74 0 0.02
HSL 235.8º 0.96% 0.59% -
HSV(B) 235.8º 0.8% 0.98% -
XYZ 20.67 11.45 92.39 -
YUV 82.02 223.36 105.88 -
System Red Green Blue C M Y K H S L
Decimal 51 65 251 0.80 0.74 0 0.02 235.8 0.96 0.59
Hex 33 41 FB 50 4A 0 2 EC 60 3B
Octal 63 101 373 120 112 0 2 354 140 73
Binary 110011 1000001 11111011 1010000 1001010 0 10 11101100 1100000 111011

Color Harmonies of #3341FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341FB

Black with #3341FB

Text Example


Text Example

White with #3341FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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