Html Css Color HEX #3358F9 Neon Blue

📋 copy color: '#3358F9'

red 51 ◦ green 88 ◦ blue 249

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

Shades of Neon Blue #3358F9

Tints of Neon Blue #3358F9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.68%

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

R = 13.14%
G = 22.68%
B = 64.18%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3358F9 (or 0x3358F9) is known color: Neon Blue. HEX triplet: 33, 58 and F9. RGB value is (51,88,249). Sum of RGB (Red+Green+Blue) = 51+88+249=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #3358F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3358F9 is #CCA706. Grayscale: #5E5E5E. Windows color (decimal): -13412103 or 16341043. OLE color: 16341043.

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

Color convert

RGB 51 88 249 -
CMYK 0.80 0.65 0 0.02
HSL 228.79º 0.94% 0.59% -
HSV(B) 228.79º 0.8% 0.98% -
XYZ 21.95 14.52 91.27 -
YUV 95.29 214.74 96.41 -
System Red Green Blue C M Y K H S L
Decimal 51 88 249 0.80 0.65 0 0.02 228.79 0.94 0.59
Hex 33 58 F9 50 41 0 2 E5 5E 3B
Octal 63 130 371 120 101 0 2 345 136 73
Binary 110011 1011000 11111001 1010000 1000001 0 10 11100101 1011110 111011

Color Harmonies of #3358F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3358F9

Black with #3358F9

Text Example


Text Example

White with #3358F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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