Html Css Color HEX #3353F7 Neon Blue

📋 copy color: '#3353F7'

red 51 ◦ green 83 ◦ blue 247

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

Shades of Neon Blue #3353F7

Tints of Neon Blue #3353F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 64.83%

R = 13.39%
G = 21.78%
B = 64.83%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3353F7 (or 0x3353F7) is known color: Neon Blue. HEX triplet: 33, 53 and F7. RGB value is (51,83,247). Sum of RGB (Red+Green+Blue) = 51+83+247=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 247 (96.88% from 255 or 64.83% from 381); Max value from RGB is 247 - color contains mainly: blue. Hex color #3353F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3353F7 is #CCAC08. Grayscale: #5B5B5B. Windows color (decimal): -13413385 or 16208691. OLE color: 16208691.

HSL color Cylindrical-coordinate representation of color #3353F7: hue angle of 230.2º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3353F7 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 83 247 -
CMYK 0.79 0.66 0 0.03
HSL 230.2º 0.92% 0.58% -
HSV(B) 230.2º 0.79% 0.97% -
XYZ 21.25 13.61 89.5 -
YUV 92.13 215.4 98.66 -
System Red Green Blue C M Y K H S L
Decimal 51 83 247 0.79 0.66 0 0.03 230.2 0.92 0.58
Hex 33 53 F7 4F 42 0 3 E6 5C 3A
Octal 63 123 367 117 102 0 3 346 134 72
Binary 110011 1010011 11110111 1001111 1000010 0 11 11100110 1011100 111010

Color Harmonies of #3353F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3353F7

Black with #3353F7

Text Example


Text Example

White with #3353F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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