Html Css Color HEX #3358FD Neon Blue

📋 copy color: '#3358FD'

red 51 ◦ green 88 ◦ blue 253

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

Shades of Neon Blue #3358FD

Tints of Neon Blue #3358FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.54%

R = 13.01%
G = 22.45%
B = 64.54%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3358FD (or 0x3358FD) is known color: Neon Blue. HEX triplet: 33, 58 and FD. RGB value is (51,88,253). Sum of RGB (Red+Green+Blue) = 51+88+253=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #3358FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3358FD is #CCA702. Grayscale: #5F5F5F. Windows color (decimal): -13412099 or 16603187. OLE color: 16603187.

HSL color Cylindrical-coordinate representation of color #3358FD: hue angle of 229.01º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3358FD is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 88 253 -
CMYK 0.80 0.65 0 0.01
HSL 229.01º 0.98% 0.6% -
HSV(B) 229.01º 0.8% 0.99% -
XYZ 22.58 14.78 94.59 -
YUV 95.75 216.74 96.08 -
System Red Green Blue C M Y K H S L
Decimal 51 88 253 0.80 0.65 0 0.01 229.01 0.98 0.6
Hex 33 58 FD 50 41 0 1 E5 62 3C
Octal 63 130 375 120 101 0 1 345 142 74
Binary 110011 1011000 11111101 1010000 1000001 0 1 11100101 1100010 111100

Color Harmonies of #3358FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3358FD

Black with #3358FD

Text Example


Text Example

White with #3358FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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