Html Css Color HEX #335CFE Neon Blue

📋 copy color: '#335CFE'

red 51 ◦ green 92 ◦ blue 254

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

Shades of Neon Blue #335CFE

Tints of Neon Blue #335CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 12.85%
G = 23.17%
B = 63.98%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#335CFE (or 0x335CFE) is known color: Neon Blue. HEX triplet: 33, 5C and FE. RGB value is (51,92,254). Sum of RGB (Red+Green+Blue) = 51+92+254=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #335CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335CFE is #CCA301. Grayscale: #616161. Windows color (decimal): -13411074 or 16669747. OLE color: 16669747.

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

Color convert

RGB 51 92 254 -
CMYK 0.80 0.64 0 0.00
HSL 227.88º 0.99% 0.6% -
HSV(B) 227.88º 0.8% 1% -
XYZ 23.08 15.51 95.54 -
YUV 98.21 215.92 94.33 -
System Red Green Blue C M Y K H S L
Decimal 51 92 254 0.80 0.64 0 0.00 227.88 0.99 0.6
Hex 33 5C FE 50 40 0 0 E4 63 3C
Octal 63 134 376 120 100 0 0 344 143 74
Binary 110011 1011100 11111110 1010000 1000000 0 0 11100100 1100011 111100

Color Harmonies of #335CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CFE

Black with #335CFE

Text Example


Text Example

White with #335CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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