Html Css Color HEX #3341FF Neon Blue

📋 copy color: '#3341FF'

red 51 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #3341FF

Tints of Neon Blue #3341FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.73%

R = 13.75%
G = 17.52%
B = 68.73%

CMYK

 C value IS 0.8

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3341FF (or 0x3341FF) is known color: Neon Blue. HEX triplet: 33, 41 and FF. RGB value is (51,65,255). Sum of RGB (Red+Green+Blue) = 51+65+255=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #3341FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3341FF is #CCBE00. Grayscale: #515151. Windows color (decimal): -13417985 or 16728371. OLE color: 16728371.

HSL color Cylindrical-coordinate representation of color #3341FF: hue angle of 235.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3341FF is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 65 255 -
CMYK 0.8 0.75 0 0
HSL 235.88º 1% 0.6% -
HSV(B) 235.88º 0.8% 1% -
XYZ 21.31 11.7 95.74 -
YUV 82.47 225.36 105.55 -
System Red Green Blue C M Y K H S L
Decimal 51 65 255 0.8 0.75 0 0 235.88 1 0.6
Hex 33 41 FF 50 4B 0 0 EC 64 3C
Octal 63 101 377 120 113 0 0 354 144 74
Binary 110011 1000001 11111111 1010000 1001011 0 0 11101100 1100100 111100

Color Harmonies of #3341FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341FF

Black with #3341FF

Text Example


Text Example

White with #3341FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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