Html Css Color HEX #3345F9 Neon Blue

📋 copy color: '#3345F9'

red 51 ◦ green 69 ◦ blue 249

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

Shades of Neon Blue #3345F9

Tints of Neon Blue #3345F9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.7%

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

R = 13.82%
G = 18.7%
B = 67.48%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3345F9 (or 0x3345F9) is known color: Neon Blue. HEX triplet: 33, 45 and F9. RGB value is (51,69,249). Sum of RGB (Red+Green+Blue) = 51+69+249=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #3345F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3345F9 is #CCBA06. Grayscale: #535353. Windows color (decimal): -13416967 or 16336179. OLE color: 16336179.

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

Color convert

RGB 51 69 249 -
CMYK 0.80 0.72 0 0.02
HSL 234.55º 0.94% 0.59% -
HSV(B) 234.55º 0.8% 0.98% -
XYZ 20.59 11.8 90.81 -
YUV 84.14 221.04 104.36 -
System Red Green Blue C M Y K H S L
Decimal 51 69 249 0.80 0.72 0 0.02 234.55 0.94 0.59
Hex 33 45 F9 50 48 0 2 EB 5E 3B
Octal 63 105 371 120 110 0 2 353 136 73
Binary 110011 1000101 11111001 1010000 1001000 0 10 11101011 1011110 111011

Color Harmonies of #3345F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3345F9

Black with #3345F9

Text Example


Text Example

White with #3345F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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