Html Css Color HEX #3358FF Neon Blue

📋 copy color: '#3358FF'

red 51 ◦ green 88 ◦ blue 255

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

Shades of Neon Blue #3358FF

Tints of Neon Blue #3358FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

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

R = 12.94%
G = 22.34%
B = 64.72%

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

#3358FF (or 0x3358FF) is known color: Neon Blue. HEX triplet: 33, 58 and FF. RGB value is (51,88,255). Sum of RGB (Red+Green+Blue) = 51+88+255=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #3358FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3358FF is #CCA700. Grayscale: #5F5F5F. Windows color (decimal): -13412097 or 16734259. OLE color: 16734259.

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

Color convert

RGB 51 88 255 -
CMYK 0.8 0.65 0 0
HSL 229.12º 1% 0.6% -
HSV(B) 229.12º 0.8% 1% -
XYZ 22.9 14.9 96.28 -
YUV 95.98 217.74 95.92 -
System Red Green Blue C M Y K H S L
Decimal 51 88 255 0.8 0.65 0 0 229.12 1 0.6
Hex 33 58 FF 50 41 0 0 E5 64 3C
Octal 63 130 377 120 101 0 0 345 144 74
Binary 110011 1011000 11111111 1010000 1000001 0 0 11100101 1100100 111100

Color Harmonies of #3358FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3358FF

Black with #3358FF

Text Example


Text Example

White with #3358FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3358FF; }

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

 H1.HeaderClassName
 {
   color: #3358FF;
 }
 .AnyTagClassName
 {
   color: #3358FF;
 }
</style>

background-color css

<style>
 a { background-color: #3358FF; }

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

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

border-color css

<style>
 span { border-color: #3358FF; }

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

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