Html Css Color HEX #3353FD Neon Blue

📋 copy color: '#3353FD'

red 51 ◦ green 83 ◦ blue 253

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

Shades of Neon Blue #3353FD

Tints of Neon Blue #3353FD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

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

R = 13.18%
G = 21.45%
B = 65.37%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3353FD (or 0x3353FD) is known color: Neon Blue. HEX triplet: 33, 53 and FD. RGB value is (51,83,253). Sum of RGB (Red+Green+Blue) = 51+83+253=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #3353FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3353FD is #CCAC02. Grayscale: #5C5C5C. Windows color (decimal): -13413379 or 16601907. OLE color: 16601907.

HSL color Cylindrical-coordinate representation of color #3353FD: hue angle of 230.5º 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 #3353FD is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 83 253 -
CMYK 0.80 0.67 0 0.01
HSL 230.5º 0.98% 0.6% -
HSV(B) 230.5º 0.8% 0.99% -
XYZ 22.19 13.98 94.46 -
YUV 92.81 218.4 98.18 -
System Red Green Blue C M Y K H S L
Decimal 51 83 253 0.80 0.67 0 0.01 230.5 0.98 0.6
Hex 33 53 FD 50 43 0 1 E6 62 3C
Octal 63 123 375 120 103 0 1 346 142 74
Binary 110011 1010011 11111101 1010000 1000011 0 1 11100110 1100010 111100

Color Harmonies of #3353FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3353FD

Black with #3353FD

Text Example


Text Example

White with #3353FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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