Html Css Color HEX #335AFF Neon Blue

📋 copy color: '#335AFF'

red 51 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #335AFF

Tints of Neon Blue #335AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.73%

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

R = 12.88%
G = 22.73%
B = 64.39%

CMYK

 C value IS 0.8

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#335AFF (or 0x335AFF) is known color: Neon Blue. HEX triplet: 33, 5A and FF. RGB value is (51,90,255). Sum of RGB (Red+Green+Blue) = 51+90+255=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #335AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335AFF is #CCA500. Grayscale: #606060. Windows color (decimal): -13411585 or 16734771. OLE color: 16734771.

HSL color Cylindrical-coordinate representation of color #335AFF: hue angle of 228.53º 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 #335AFF is Cyan = 0.8, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 90 255 -
CMYK 0.8 0.65 0 0
HSL 228.53º 1% 0.6% -
HSV(B) 228.53º 0.8% 1% -
XYZ 23.07 15.24 96.33 -
YUV 97.15 217.08 95.08 -
System Red Green Blue C M Y K H S L
Decimal 51 90 255 0.8 0.65 0 0 228.53 1 0.6
Hex 33 5A FF 50 41 0 0 E5 64 3C
Octal 63 132 377 120 101 0 0 345 144 74
Binary 110011 1011010 11111111 1010000 1000001 0 0 11100101 1100100 111100

Color Harmonies of #335AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335AFF

Black with #335AFF

Text Example


Text Example

White with #335AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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