Html Css Color HEX #3341F9 Neon Blue

📋 copy color: '#3341F9'

red 51 ◦ green 65 ◦ blue 249

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

Shades of Neon Blue #3341F9

Tints of Neon Blue #3341F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 68.22%

R = 13.97%
G = 17.81%
B = 68.22%

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

#3341F9 (or 0x3341F9) is known color: Neon Blue. HEX triplet: 33, 41 and F9. RGB value is (51,65,249). Sum of RGB (Red+Green+Blue) = 51+65+249=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #3341F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3341F9 is #CCBE06. Grayscale: #515151. Windows color (decimal): -13417991 or 16335155. OLE color: 16335155.

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

Color convert

RGB 51 65 249 -
CMYK 0.80 0.74 0 0.02
HSL 235.76º 0.94% 0.59% -
HSV(B) 235.76º 0.8% 0.98% -
XYZ 20.35 11.32 90.74 -
YUV 81.79 222.36 106.04 -
System Red Green Blue C M Y K H S L
Decimal 51 65 249 0.80 0.74 0 0.02 235.76 0.94 0.59
Hex 33 41 F9 50 4A 0 2 EC 5E 3B
Octal 63 101 371 120 112 0 2 354 136 73
Binary 110011 1000001 11111001 1010000 1001010 0 10 11101100 1011110 111011

Color Harmonies of #3341F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341F9

Black with #3341F9

Text Example


Text Example

White with #3341F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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