Html Css Color HEX #335CFF Neon Blue

📋 copy color: '#335CFF'

red 51 ◦ green 92 ◦ blue 255

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

Shades of Neon Blue #335CFF

Tints of Neon Blue #335CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

 BLUE value IS 255 (100% from 255) = 64.07%

R = 12.81%
G = 23.12%
B = 64.07%

CMYK

 C value IS 0.8

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#335CFF (or 0x335CFF) is known color: Neon Blue. HEX triplet: 33, 5C and FF. RGB value is (51,92,255). Sum of RGB (Red+Green+Blue) = 51+92+255=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #335CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335CFF is #CCA300. Grayscale: #616161. Windows color (decimal): -13411073 or 16735283. OLE color: 16735283.

HSL color Cylindrical-coordinate representation of color #335CFF: hue angle of 227.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335CFF is Cyan = 0.8, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 92 255 -
CMYK 0.8 0.64 0 0
HSL 227.94º 1% 0.6% -
HSV(B) 227.94º 0.8% 1% -
XYZ 23.24 15.58 96.39 -
YUV 98.32 216.42 94.25 -
System Red Green Blue C M Y K H S L
Decimal 51 92 255 0.8 0.64 0 0 227.94 1 0.6
Hex 33 5C FF 50 40 0 0 E4 64 3C
Octal 63 134 377 120 100 0 0 344 144 74
Binary 110011 1011100 11111111 1010000 1000000 0 0 11100100 1100100 111100

Color Harmonies of #335CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CFF

Black with #335CFF

Text Example


Text Example

White with #335CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335CFF; }

 p { color: rgb(51,92,255); }

 H1.HeaderClassName
 {
   color: #335CFF;
 }
 .AnyTagClassName
 {
   color: #335CFF;
 }
</style>

background-color css

<style>
 a { background-color: #335CFF; }

 a { background-color: rgb(51,92,255); }

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

border-color css

<style>
 span { border-color: #335CFF; }

 span { border-color: rgb(51,92,255); }

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